Fix storage access

This commit is contained in:
Jon Staab
2025-01-02 15:57:51 -08:00
parent d6669f42c1
commit 268028a968
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
onSubmit({
content: $editor!.getText({blockSeparator: "\n"}).trim(),
tags: $editor!.storage.welshman.getEditorTags(),
tags: $editor!.storage.nostr.getEditorTags(),
})
$editor!.chain().clearContent().run()
+1 -1
View File
@@ -45,7 +45,7 @@
["location", location],
["start", dateToSeconds(start).toString()],
["end", dateToSeconds(end).toString()],
...$editor.storage.welshman.getEditorTags(),
...$editor.storage.nostr.getEditorTags(),
PROTECTED,
],
})
+1 -1
View File
@@ -39,7 +39,7 @@
}
const tags = [
...$editor.storage.welshman.getEditorTags(),
...$editor.storage.nostr.getEditorTags(),
tagRoom(GENERAL, url),
["title", title],
PROTECTED,
+1 -1
View File
@@ -22,7 +22,7 @@
if ($uploading) return
const content = $editor.getText({blockSeparator: "\n"}).trim()
const tags = [...$editor.storage.welshman.getEditorTags(), tagRoom(GENERAL, url), PROTECTED]
const tags = [...$editor.storage.nostr.getEditorTags(), tagRoom(GENERAL, url), PROTECTED]
if (!content) {
return pushToast({