Skip to content

Commit

Permalink
space dot issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed May 16, 2024
1 parent 3d80ae2 commit 89f5c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/state/Notifications/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class Notifications extends EventEmitter {
addNoti(!threadId ? roomId : `${roomId}:${threadId}`, roomId, threadId, addT, addH);
const allParentSpaces = this.roomList.getAllParentSpaces(roomId);
allParentSpaces.forEach((spaceId) => {
addNoti(spaceId, roomId, threadId, addT, addH, roomId);
addNoti(spaceId, spaceId, threadId, addT, addH, roomId);
});

checkerFavIcon();
Expand Down

0 comments on commit 89f5c36

Please sign in to comment.