forked from coracle/flotilla
Rename reply to comment
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user