fix: element android did not reset notification counts

This commit is contained in:
Timo Kösters
2022-10-30 20:36:14 +01:00
parent e86fb11512
commit 02dd3d32f2
7 changed files with 40 additions and 14 deletions
+3
View File
@@ -8,6 +8,9 @@ pub trait Data: Send + Sync {
fn highlight_count(&self, user_id: &UserId, room_id: &RoomId) -> Result<u64>;
// Returns the count at which the last reset_notification_counts was called
fn last_notification_read(&self, user_id: &UserId, room_id: &RoomId) -> Result<u64>;
fn associate_token_shortstatehash(
&self,
room_id: &RoomId,