You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this screenshot, Matthew sent a message and has not read anything (as far as I can tell). Doing a bit of investigation, I can see that Matthew's read receipt is at $1512163962601724BjrBV:matrix.org which happens to be this event:
synapse=# select event_id, room_id, type, content from events where event_id = '$1512163962601724BjrBV:matrix.org';
event_id | room_id | type | content
-----------------------------------+--------------------------------+------------------------------+-------------------
$1512163962601724BjrBV:matrix.org | !DgvjtOljKujDBrxyHk:matrix.org | org.matrix.room.preview_urls | {"disable":false}
(1 row)
That particular event happens to fit in between Matthew's message and my first message. Matthew's read receipt should probably still appear on his original message as Riot has no way of communicating to the user that there's a hidden event, and missing read receipts feels buggy.
Version information
Platform: web (in-browser)
Browser: Chrome 62
OS: Windows 10
URL: riot.im/develop
The text was updated successfully, but these errors were encountered:
Description
Here's a screenshot from #riot:
In this screenshot, Matthew sent a message and has not read anything (as far as I can tell). Doing a bit of investigation, I can see that Matthew's read receipt is at
$1512163962601724BjrBV:matrix.org
which happens to be this event:That particular event happens to fit in between Matthew's message and my first message. Matthew's read receipt should probably still appear on his original message as Riot has no way of communicating to the user that there's a hidden event, and missing read receipts feels buggy.
Version information
The text was updated successfully, but these errors were encountered: