1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00
This commit is contained in:
Pierre HUBERT 2021-01-23 14:55:32 +01:00
parent d424480e7e
commit 739dc6999f

View File

@ -168,7 +168,7 @@ export class NotificationsHelper {
}
// For posts on grou pages
// For posts on group pages
else if(n.fromContainerType == NotifElemType.GROUP_PAGE) {
await this.PushGroupMembers(n, n.fromContainerID)
}