Fix DM handling in new room list
This commit is contained in:
@@ -524,7 +524,7 @@ export class Algorithm extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!inTag) {
|
if (!inTag) {
|
||||||
if (DMRoomMap.getUserIdForRoomId(room.roomId)) {
|
if (DMRoomMap.shared().getUserIdForRoomId(room.roomId)) {
|
||||||
newTags[DefaultTagID.DM].push(room);
|
newTags[DefaultTagID.DM].push(room);
|
||||||
} else {
|
} else {
|
||||||
newTags[DefaultTagID.Untagged].push(room);
|
newTags[DefaultTagID.Untagged].push(room);
|
||||||
|
|||||||
Reference in New Issue
Block a user