Show read marker counts on messages

Tells how many people have the message as their last seen one in the
room.
This commit is contained in:
miruka
2020-09-14 11:33:16 -04:00
parent 0d7a33d3a9
commit 2712896456
4 changed files with 18 additions and 8 deletions

View File

@@ -2078,6 +2078,7 @@ class MatrixClient(nio.AsyncClient):
target_avatar = target_avatar,
links = Event.parse_links(content),
last_read_by = last_read_by,
read_by_count = len(last_read_by),
fetch_profile =
(must_fetch_sender or must_fetch_target)