Always show current room in room list.
This commit is contained in:
@@ -81,7 +81,7 @@ Item {
|
||||
},
|
||||
ExpressionFilter {
|
||||
enabled: filter === 0
|
||||
expression: category !== 5 && notificationCount > 0
|
||||
expression: category !== 5 && notificationCount > 0 || currentRoom === enteredRoom
|
||||
},
|
||||
ExpressionFilter {
|
||||
enabled: filter === 1
|
||||
|
||||
Reference in New Issue
Block a user