mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Change method parameter
This commit is contained in:
@@ -18,8 +18,9 @@ import Foundation
|
||||
|
||||
extension RecentsViewController {
|
||||
|
||||
@objc func canShowRoomPreview(for room: MXRoom) -> Bool {
|
||||
let membershipTransitionState = room.summary.membershipTransitionState
|
||||
@objc
|
||||
func canShowRoomPreview(for summary: MXRoomSummaryProtocol) -> Bool {
|
||||
let membershipTransitionState = summary.membershipTransitionState
|
||||
|
||||
// NOTE: For the moment do not offer the possibility to show room preview when invitation action is in progress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user