mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Fixes #2005 - Remove rooms from the room list after leaving them
This commit is contained in:
parent
0d9579d78e
commit
026afed54a
@ -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
|
Loading…
x
Reference in New Issue
Block a user