mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-08-28 01:04:14 +00:00
perf: Don't scream at every server in a room when we receive a receipt
This commit is contained in:
@@ -60,11 +60,6 @@ pub async fn readreceipt_update(
|
||||
event: &ReceiptEvent,
|
||||
) {
|
||||
self.db.readreceipt_update(user_id, room_id, event).await;
|
||||
self.services
|
||||
.sending
|
||||
.flush_room(room_id)
|
||||
.await
|
||||
.expect("room flush failed");
|
||||
self.services.sync.wake_all_joined(room_id).await;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user