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:
@@ -18,6 +18,7 @@
|
||||
|
||||
#import "MXKEventFormatter.h"
|
||||
#import "MXKURLPreviewDataProtocol.h"
|
||||
#import "EventEncryptionDecoration.h"
|
||||
|
||||
@protocol MXThreadProtocol;
|
||||
|
||||
@@ -101,9 +102,9 @@ typedef enum : NSUInteger {
|
||||
@property (nonatomic) MXEventScan *eventScan;
|
||||
|
||||
/**
|
||||
Indicate if an encryption badge should be shown.
|
||||
Type of encryption decoration (if any) for this event
|
||||
*/
|
||||
@property (nonatomic, readonly) BOOL showEncryptionBadge;
|
||||
@property (nonatomic, readonly) EventEncryptionDecoration encryptionDecoration;
|
||||
|
||||
/**
|
||||
Thread for the bubble component. Should only exist for thread root events.
|
||||
|
||||
Reference in New Issue
Block a user