Start sending stable m.marked_unread
events (#28478)
* Start sending stable `m.marked_unread` events * Update tests
This commit is contained in:
parent
abf6d58b7b
commit
72a2773629
5 changed files with 7 additions and 10 deletions
|
@ -91,7 +91,7 @@ describe("RoomNotificationState", () => {
|
|||
const listener = jest.fn();
|
||||
roomNotifState.addListener(NotificationStateEvents.Update, listener);
|
||||
const accountDataEvent = {
|
||||
getType: () => "com.famedly.marked_unread",
|
||||
getType: () => "m.marked_unread",
|
||||
getContent: () => {
|
||||
return { unread: true };
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue