Enable Contact Attribute Event Updates #21

Merged
erinn merged 1 commits from archive into trunk 2021-08-27 20:58:22 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ func (eh *EventHandler) startHandlingPeer(onion string) {
eventBus.Subscribe(event.GroupCreated, q)
eventBus.Subscribe(event.NewGroup, q)
eventBus.Subscribe(event.AcceptGroupInvite, q)
eventBus.Subscribe(event.SetPeerAttribute, q)
eventBus.Subscribe(event.SetGroupAttribute, q)
eventBus.Subscribe(event.DeleteGroup, q)
eventBus.Subscribe(event.SendMessageToGroupError, q)