forked from coracle/flotilla
Change the way threads are displayed
This commit is contained in:
@@ -50,9 +50,9 @@
|
||||
|
||||
<div class="col-2">
|
||||
<div class="overflow-auto pt-3">
|
||||
<ChannelMessage {url} {room} {event} thunk={$thunks[event.id]} showPubkey />
|
||||
<ChannelMessage {url} {room} {event} thunk={$thunks[event.id]} showPubkey isThread />
|
||||
{#each sortBy(e => e.created_at, $replies) as reply (reply.id)}
|
||||
<ChannelMessage {url} {room} event={reply} thunk={$thunks[reply.id]} showPubkey hideParent />
|
||||
<ChannelMessage {url} {room} event={reply} thunk={$thunks[reply.id]} showPubkey />
|
||||
{/each}
|
||||
</div>
|
||||
<div class="bottom-0 left-0 right-0">
|
||||
|
||||
Reference in New Issue
Block a user