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
See https://matrix.org/docs/spec/client_server/r0.3.0.html#id57 for documentation. Consider implementing so that doing anything with a particular event automatically marks it as read (would only be desirable for bots, so implementation would have to account for that somehow).
The text was updated successfully, but these errors were encountered:
I want to implement this but I cannot think of actions done by bot which will send read receipt automatically. Instead I think we should leave it to the bot to send read receipt ? So the bot workflow would be:
I do not need it as an automatic mechanism but a manual thing: When you have a real interactive client you need to make a receipt explicitely when you see the room (and in addition when a new event occurs and I am in the room). This situation is not transparent for the library. So it needs a callable function for this.
See https://matrix.org/docs/spec/client_server/r0.3.0.html#id57 for documentation. Consider implementing so that doing anything with a particular event automatically marks it as read (would only be desirable for bots, so implementation would have to account for that somehow).
The text was updated successfully, but these errors were encountered: