mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Fix typo
This commit is contained in:
parent
d424480e7e
commit
739dc6999f
@ -168,7 +168,7 @@ export class NotificationsHelper {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// For posts on grou pages
|
// For posts on group pages
|
||||||
else if(n.fromContainerType == NotifElemType.GROUP_PAGE) {
|
else if(n.fromContainerType == NotifElemType.GROUP_PAGE) {
|
||||||
await this.PushGroupMembers(n, n.fromContainerID)
|
await this.PushGroupMembers(n, n.fromContainerID)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user