Make event menu/share generic
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import {pubkey} from "@welshman/app"
|
||||
import ReactionSummary from "@app/components/ReactionSummary.svelte"
|
||||
import ThunkStatusOrDeleted from "@app/components/ThunkStatusOrDeleted.svelte"
|
||||
import ThreadMenu from "@app/components/ThreadMenu.svelte"
|
||||
import EventActivity from "@app/components/EventActivity.svelte"
|
||||
import EventActions from "@app/components/EventActions.svelte"
|
||||
import {publishDelete, publishReaction} from "@app/commands"
|
||||
@@ -37,6 +36,6 @@
|
||||
{#if showActivity}
|
||||
<EventActivity {url} {path} {event} />
|
||||
{/if}
|
||||
<EventActions {url} {event} component={ThreadMenu} />
|
||||
<EventActions {url} {event} noun="Thread" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user