subscribe to indexed acks
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
erinn 2021-05-03 11:37:34 -07:00
parent d5e9907ca4
commit b5f4e5c0e7
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ func (eh *EventHandler) startHandlingPeer(onion string) {
q := event.NewQueue()
eventBus.Subscribe(event.NewMessageFromPeer, q)
eventBus.Subscribe(event.PeerAcknowledgement, q)
eventBus.Subscribe(event.IndexedAcknowledgement, q)
eventBus.Subscribe(event.NewMessageFromGroup, q)
eventBus.Subscribe(event.NewGroupInvite, q)
eventBus.Subscribe(event.AcceptGroupInvite, q)