mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
@@ -94,14 +94,14 @@ extension RoomViewController {
|
||||
return
|
||||
}
|
||||
|
||||
self.requestSummary(forRoomWithId: roomId, via: viaServers, from: url)
|
||||
self.requestSummaryAndShowSpaceDetail(forRoomWithId: roomId, via: viaServers, from: url)
|
||||
}
|
||||
} else {
|
||||
self.requestSummary(forRoomWithId: roomIdOrAlias, via: viaServers, from: url)
|
||||
self.requestSummaryAndShowSpaceDetail(forRoomWithId: roomIdOrAlias, via: viaServers, from: url)
|
||||
}
|
||||
}
|
||||
|
||||
private func requestSummary(forRoomWithId roomId: String, via: [String], from url: URL?) {
|
||||
private func requestSummaryAndShowSpaceDetail(forRoomWithId roomId: String, via: [String], from url: URL?) {
|
||||
if self.mainSession.spaceService.getSpace(withId: roomId) != nil {
|
||||
self.stopActivityIndicator()
|
||||
self.showSpaceDetail(withId: roomId)
|
||||
|
||||
Reference in New Issue
Block a user