Map messages to rooms using tracker
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
const event = createEvent(MESSAGE, {
|
||||
content: $editor.getText(),
|
||||
tags: [["-"], ["relay", url], ...topicTags, ...mentionTags, ...imetaTags],
|
||||
tags: [["-"], ...topicTags, ...mentionTags, ...imetaTags],
|
||||
})
|
||||
|
||||
publishThunk(makeThunk({event, relays: [url]}))
|
||||
|
||||
Reference in New Issue
Block a user