mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Decorate events decrypted with untrusted sessions
This commit is contained in:
@@ -920,7 +920,7 @@
|
||||
{
|
||||
for (MXKRoomBubbleComponent *component in bubbleComponents)
|
||||
{
|
||||
if (component.showEncryptionBadge)
|
||||
if (component.encryptionDecoration != EventEncryptionDecorationNone)
|
||||
{
|
||||
containsBubbleComponentWithEncryptionBadge = YES;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user