mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Replace invalidated rooms with empty summaries, fix duplicated identifiers in the home screen list
This commit is contained in:
parent
1643ddcc30
commit
6958592d31
@ -158,8 +158,8 @@ class RoomSummaryProvider: RoomSummaryProviderProtocol {
|
||||
return buildEmptyRoomSummary()
|
||||
case .filled(let roomId):
|
||||
return buildRoomSummaryForIdentifier(roomId)
|
||||
case .invalidated(let roomId):
|
||||
return buildRoomSummaryForIdentifier(roomId)
|
||||
case .invalidated:
|
||||
return buildEmptyRoomSummary()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user