Map messages to rooms using tracker

This commit is contained in:
Jon Staab
2024-09-11 14:08:04 -07:00
parent e0eb37cd04
commit 648b15a1c4
3 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -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]}))