move read_receipt feature up one level out of rooms.edus.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
22b123de7b
commit
89a919ce75
13 changed files with 11 additions and 16 deletions
|
@ -997,7 +997,6 @@ async fn load_joined_room(
|
|||
|
||||
let mut edus: Vec<_> = services()
|
||||
.rooms
|
||||
.edus
|
||||
.read_receipt
|
||||
.readreceipts_since(room_id, since)
|
||||
.filter_map(Result::ok) // Filter out buggy events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue