mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Merge branch 'release/v1.26.0' into develop
This commit is contained in:
@@ -4331,7 +4331,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
}]];
|
||||
}
|
||||
|
||||
if (!isJitsiCallEvent && self.roomDataSource.room.summary.isEncrypted)
|
||||
if (!isJitsiCallEvent && self.roomDataSource.room.summary.isEncrypted && BuildSettings.roomContextualMenuShowEncryptionOption)
|
||||
{
|
||||
[self.eventMenuBuilder addItemWithType:EventMenuItemTypeViewEncryption
|
||||
action:[UIAlertAction actionWithTitle:[VectorL10n roomEventActionViewEncryption]
|
||||
|
||||
Reference in New Issue
Block a user