mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-07 16:23:09 +00:00
bug: allow to publish to set contentTopic
This commit is contained in:
parent
328967c560
commit
5a651a4119
@ -64,7 +64,7 @@ export const useWaku = () => {
|
|||||||
await waku.relay.send({
|
await waku.relay.send({
|
||||||
version: 0,
|
version: 0,
|
||||||
timestamp,
|
timestamp,
|
||||||
contentTopic: CONTENT_TOPIC,
|
contentTopic,
|
||||||
payload: btoa(JSON.stringify({
|
payload: btoa(JSON.stringify({
|
||||||
nick,
|
nick,
|
||||||
text
|
text
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user