mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-08 00:00:28 +03:00
Fix read receipt count
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
630dbee817
commit
9c12e11375
2 changed files with 14 additions and 11 deletions
|
|
@ -438,7 +438,7 @@ const MessageOptions = React.memo(({
|
|||
<MenuHeader>Options</MenuHeader>
|
||||
<MenuItem
|
||||
iconSrc={TickMarkIC}
|
||||
onClick={() => openReadReceipts(roomId, roomTimeline.getEventReaders(eventId))}
|
||||
onClick={() => openReadReceipts(roomId, roomTimeline.getEventReaders(mEvent))}
|
||||
>
|
||||
Read receipts
|
||||
</MenuItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue