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,14 +7,14 @@
import Delay from "@lib/components/Delay.svelte"
import SecondaryNav from "@lib/components/SecondaryNav.svelte"
import MenuSpace from "@app/components/MenuSpace.svelte"
import {decodeRelay, MEMBERSHIPS, MESSAGE, REPLY} from "@app/state"
import {decodeRelay, MEMBERSHIPS, MESSAGE, COMMENT} from "@app/state"
$: url = decodeRelay($page.params.relay)
onMount(() => {
const sub = subscribe({
filters: [
{kinds: [DELETE], "#k": [NOTE, REPLY, MESSAGE].map(String)},
{kinds: [DELETE], "#k": [NOTE, COMMENT, MESSAGE].map(String)},
{kinds: [MEMBERSHIPS], "#r": [url]},
],
relays: [url],