fix: Changed group assignment.
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user