mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-25 22:13:12 +00:00
chore: upgrade dependencies v0.22 (#2185)
This commit is contained in:
@@ -96,7 +96,8 @@ proc process*(self: ptr RelayRequest,
|
||||
case self.operation:
|
||||
|
||||
of SUBSCRIBE:
|
||||
node.wakuRelay.subscribe($self.pubsubTopic, self.relayEventCallback)
|
||||
# TO DO: properly perform 'subscribe'
|
||||
discard node.wakuRelay.subscribe($self.pubsubTopic, self.relayEventCallback)
|
||||
|
||||
of UNSUBSCRIBE:
|
||||
# TODO: properly perform 'unsubscribe'
|
||||
|
||||
Reference in New Issue
Block a user