Fix quote relays, add backwards compat for reading legacy messages/threads

This commit is contained in:
Jon Staab
2024-12-10 10:49:21 -08:00
parent 523c54a1f1
commit a65f6f6323
10 changed files with 55 additions and 17 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
</div>
{/if}
<div class="text-sm">
<Content {event} quoteProps={{minimal: true}} />
<Content {event} quoteProps={{minimal: true, relays: [url]}} />
{#if thunk}
<ThunkStatus {thunk} class="mt-2" />
{/if}