mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-5383 Check alias on acl update
This commit is contained in:
@@ -1709,6 +1709,9 @@ BOOL reloadToggleCell = false;
|
||||
if (serverACLRule)
|
||||
{
|
||||
|
||||
// bwi: #5383 set alias
|
||||
[mxRoom setAliasIfNeeded];
|
||||
|
||||
NSDictionary *content = [mxRoom createServerACLContentWithServerACL:serverACLRule];
|
||||
|
||||
pendingOperation = [mxRoom sendStateEventOfType:kMXEventTypeStringRoomServerACL content:content stateKey:nil success:^(NSString *eventId) {
|
||||
|
||||
Reference in New Issue
Block a user