Fix unwanted changes

This commit is contained in:
Ajay Bura 2022-09-06 14:25:13 +05:30
parent 790bf5eac3
commit 19f674cf5f

View file

@ -165,7 +165,7 @@ class Notifications extends EventEmitter {
_setNoti(roomId, total, highlight) {
const addNoti = (id, t, h, fromId) => {
const prevTotal = this.roomIdToNoti.has(id) ? this.getT : null;
const prevTotal = this.roomIdToNoti.get(id)?.total ?? null;
const noti = this.getNoti(id);
noti.total += t;