mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
fixup! web/timeline: render MSC4144 per-message profiles
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
9ece0c590f
commit
02894a939b
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ const TimelineEvent = ({ evt, prevEvt, disableMenu, smallReplies, isFocused }: T
|
|||
{evt.reactions ? <EventReactions reactions={evt.reactions}/> : null}
|
||||
</div>
|
||||
{!evt.event_id.startsWith("~") && roomCtx.store.preferences.display_read_receipts &&
|
||||
<ReadReceipts room={roomCtx.store} eventID={evt.event_id}/>}
|
||||
<ReadReceipts room={roomCtx.store} eventID={evt.event_id} />}
|
||||
{evt.sender === client.userID && evt.transaction_id ? <EventSendStatus evt={evt}/> : null}
|
||||
</div>
|
||||
return <>
|
||||
|
|
Loading…
Add table
Reference in a new issue