Merge pull request 'Enable Contact Attribute Event Updates' (#21) from archive into trunk

Reviewed-on: cwtch.im/libcwtch-go#21
Reviewed-by: erinn <erinn@openprivacy.ca>
This commit is contained in:
erinn 2021-08-27 20:58:22 +00:00
commit c6a3a4e994
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)