Start sending stable m.marked_unread events (#28478)
* Start sending stable `m.marked_unread` events * Update tests
This commit is contained in:
@@ -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 };
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user