Rename reply to comment

This commit is contained in:
Jon Staab
2024-10-24 13:05:25 -07:00
parent 627407848f
commit c349371cd5
12 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"
import ModalFooter from "@lib/components/ModalFooter.svelte"
import {getPubkeyHints, publishReply} from "@app/commands"
import {getPubkeyHints, publishComment} from "@app/commands"
import {getEditorOptions, addFile, uploadFiles, getEditorTags} from "@lib/editor"
import {pushToast} from '@app/toast'
@@ -31,7 +31,7 @@
})
}
onSubmit(publishReply({event, content, tags, relays: [url]}))
onSubmit(publishComment({event, content, tags, relays: [url]}))
}
let editor: Readable<Editor>