mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Implement recent section with ignoring current call user
This commit is contained in:
@@ -535,7 +535,7 @@
|
||||
|
||||
- (void)openCallTransfer
|
||||
{
|
||||
CallTransferMainViewController *controller = [CallTransferMainViewController instantiateWithSession:self.mainSession];
|
||||
CallTransferMainViewController *controller = [CallTransferMainViewController instantiateWithSession:self.mainSession ignoredUserIds:@[self.peer.userId]];
|
||||
controller.delegate = self;
|
||||
|
||||
UINavigationController *navController = [[RiotNavigationController alloc] initWithRootViewController:controller];
|
||||
|
||||
Reference in New Issue
Block a user