File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ export class SettingsController {
1515 'requested createSettings from ' + instance . instanceName + ' instance' ,
1616 ) ;
1717
18- if ( data . reject_call && data . msg_call . trim ( ) == '' ) {
19- throw new BadRequestException ( 'msg_call is required' ) ;
20- }
21-
2218 return this . settingsService . create ( instance , data ) ;
2319 }
2420
Original file line number Diff line number Diff line change @@ -1692,7 +1692,7 @@ export class WAStartupService {
16921692 this . logger . verbose ( 'Getting group metadata' ) ;
16931693 mentions = groupMetadata . participants . map ( ( participant ) => participant . id ) ;
16941694 this . logger . verbose ( 'Getting group metadata for mentions' ) ;
1695- } else if ( options . mentions ?. mentioned ?. length ) {
1695+ } else if ( options . mentions ?. mentioned ?. length ) {
16961696 this . logger . verbose ( 'Mentions manually defined' ) ;
16971697 mentions = options . mentions . mentioned . map ( ( mention ) => {
16981698 const jid = this . createJid ( mention ) ;
You can’t perform that action at this time.
0 commit comments