Fix quote relays, add backwards compat for reading legacy messages/threads

This commit is contained in:
Jon Staab
2024-12-10 10:49:21 -08:00
parent 523c54a1f1
commit a65f6f6323
10 changed files with 55 additions and 17 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
if ($loading) return
const content = $editor.getText({blockSeparator: "\n"})
const tags = [...getEditorTags($editor), tagRoom(GENERAL, url), [PROTECTED]]
const tags = [...getEditorTags($editor), tagRoom(GENERAL, url), PROTECTED]
if (!content.trim()) {
return pushToast({