mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
parent
7bc0381768
commit
6f210af71f
@ -182,10 +182,6 @@ proc publish*(node: WakuNode, topic: Topic, message: WakuMessage) =
|
||||
|
||||
let wakuRelay = node.wakuRelay
|
||||
|
||||
# XXX Unclear what the purpose of this is
|
||||
# Commenting out as it is later expected to be Message type, not WakuMessage
|
||||
#node.messages.insert((topic, message))
|
||||
|
||||
debug "publish", topic=topic, contentTopic=message.contentTopic
|
||||
let data = message.encode().buffer
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user