Fix: groups_ignore in create not works

This commit is contained in:
João Pedro 2024-07-06 21:42:24 -03:00 committed by GitHub
parent 549ecd8801
commit 6bb2becc30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -396,7 +396,7 @@ export class InstanceController {
const settings: wa.LocalSettings = { const settings: wa.LocalSettings = {
reject_call: reject_call || false, reject_call: reject_call || false,
msg_call: msg_call || '', msg_call: msg_call || '',
groups_ignore: groups_ignore || true, groups_ignore: groups_ignore || false,
always_online: always_online || false, always_online: always_online || false,
read_messages: read_messages || false, read_messages: read_messages || false,
read_status: read_status || false, read_status: read_status || false,