fix: adjusted return from queries in mongodb

This commit is contained in:
Davidson Gomes
2023-12-11 12:08:58 -03:00
parent 9a5dbe055e
commit b8d9a8c072
5 changed files with 65 additions and 12 deletions

View File

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