Skip to content

Commit

Permalink
šŸ› Nostr-bot triggers its welcome message when tagued on non-MP publiā€¦
Browse files Browse the repository at this point in the history
ā€¦cation #1553
  • Loading branch information
ithiame committed Dec 17, 2024
1 parent 6d2599e commit 4f262b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/routes/(app)/admin[[hash=admin_hash]]/nostr/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,12 @@
<li class="break-words">
{#if message.kind === 4}
<span title="Encrypted message">'šŸ”'</span>
<time datetime={message.createdAt.toJSON()}
>{message.createdAt.toLocaleString('en-UK')}</time
>
|
{message.source} | {message.content}
{/if}
<time datetime={message.createdAt.toJSON()}>{message.createdAt.toLocaleString('en-UK')}</time>
|
{message.source} | {message.content}
</li>
{/each}
</ul>

0 comments on commit 4f262b5

Please sign in to comment.