Fixes #2005 - Remove rooms from the room list after leaving them
This commit is contained in:
committed by
Stefan Ceriu
parent
923c4bc671
commit
af7dfd7997
@@ -151,7 +151,7 @@ class RoomSummaryProvider: RoomSummaryProviderProtocol {
|
||||
case .none:
|
||||
_ = listUpdatesSubscriptionResult?.controller.setFilter(kind: .none)
|
||||
case .all:
|
||||
_ = listUpdatesSubscriptionResult?.controller.setFilter(kind: .all)
|
||||
_ = listUpdatesSubscriptionResult?.controller.setFilter(kind: .allNonLeft)
|
||||
case .normalizedMatchRoomName(let query):
|
||||
_ = listUpdatesSubscriptionResult?.controller.setFilter(kind: .normalizedMatchRoomName(pattern: query.lowercased()))
|
||||
}
|
||||
|
||||
1
changelog.d/2005.bugfix
Normal file
1
changelog.d/2005.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Remove rooms from the room list after leaving them
|
||||
Reference in New Issue
Block a user