Skip to content

Commit 89f5c36

Browse files
space dot issue fixed
1 parent 3d80ae2 commit 89f5c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/state/Notifications/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class Notifications extends EventEmitter {
212212
addNoti(!threadId ? roomId : `${roomId}:${threadId}`, roomId, threadId, addT, addH);
213213
const allParentSpaces = this.roomList.getAllParentSpaces(roomId);
214214
allParentSpaces.forEach((spaceId) => {
215-
addNoti(spaceId, roomId, threadId, addT, addH, roomId);
215+
addNoti(spaceId, spaceId, threadId, addT, addH, roomId);
216216
});
217217

218218
checkerFavIcon();

0 commit comments

Comments
 (0)