mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 16:07:42 +02:00
Merge pull request #4934 from vector-im/gil/4916_spaces_still_visible_after_logging_in_with_another_account_hotfix
Spaces still visible after logging in with another account
This commit is contained in:
@@ -123,7 +123,7 @@ final class SpaceListViewModel: SpaceListViewModelType {
|
||||
}
|
||||
|
||||
private func loadData() {
|
||||
guard let session = self.userSessionsService.mainUserSession?.matrixSession, session.mediaManager != nil else {
|
||||
guard let session = self.userSessionsService.mainUserSession?.matrixSession else {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user