Server socket event fixes

This commit is contained in:
Paul Nettleton
2022-12-22 16:26:11 -06:00
parent a9ee9031c3
commit 2cba83f1dd
6 changed files with 11 additions and 11 deletions

View File

@ -58,7 +58,7 @@ class NotificationManager {
}
await this.db.updateEntity('settings', this.db.notificationSettings)
SocketAuthority.emitter('notifications_updated', this.db.notificationSettings)
SocketAuthority.emitter('notifications_updated', this.db.notificationSettings.toJSON())
this.notificationFinished()
}