mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
MXSession+Riot: Use vc prefix as other extensions.
This commit is contained in:
@@ -564,7 +564,7 @@
|
||||
[[AppDelegate theDelegate] showErrorAsAlert:error];
|
||||
};
|
||||
|
||||
[self.mainSession riot_canEnableE2EByDefaultInNewRoomWithUsers:inviteArray success:^(BOOL canEnableE2E) {
|
||||
[self.mainSession vc_canEnableE2EByDefaultInNewRoomWithUsers:inviteArray success:^(BOOL canEnableE2E) {
|
||||
MXStrongifyAndReturnIfNil(self);
|
||||
|
||||
// Create new room
|
||||
|
||||
Reference in New Issue
Block a user