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
|
@ -386,7 +386,6 @@ pub async fn send_transaction_message_route(
|
|||
};
|
||||
services()
|
||||
.rooms
|
||||
.edus
|
||||
.read_receipt
|
||||
.readreceipt_update(&user_id, &room_id, event)?;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue