fix: Changed group assignment.

This commit is contained in:
2025-05-05 18:54:26 +02:00
parent 84244777e2
commit 2dc447a446
6 changed files with 17 additions and 80 deletions

View File

@@ -45,7 +45,7 @@ export class NotifcationHelper {
return await this.send(message, await Notification.aggregate(roomNotif(room)))
},
group: async (group: string) => {
return await this.send(message, await Notification.aggregate(groupNotif(group)))
return await this.send(message, [])
},
withRoom: async () => {
return await this.send(message, await Notification.aggregate(allNotif()))