fix: send notification count updates when private read receipts change
This commit is contained in:
parent
9aa5e99a0f
commit
33215d6099
6 changed files with 107 additions and 85 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue