fix: send notification count updates when private read receipts change
This commit is contained in:
@@ -621,7 +621,7 @@ impl Rooms {
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
self.edus.room_read_set(&room_id, &sender, index)?;
|
||||
self.edus.private_read_set(&room_id, &sender, index, &globals)?;
|
||||
|
||||
Ok(pdu.event_id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user