1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

join and leave group persistence

This commit is contained in:
sauls8t 2018-02-28 15:39:46 +00:00
parent 0680a72ee2
commit e4d78904dc
6 changed files with 161 additions and 34 deletions

View file

@ -77,4 +77,6 @@ const (
EventTypeGroupAdd EventType = "added-group"
EventTypeGroupDelete EventType = "removed-group"
EventTypeGroupUpdate EventType = "updated-group"
EventTypeGroupJoin EventType = "joined-group"
EventTypeGroupLeave EventType = "left-group"
)