mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
@@ -19,15 +19,7 @@
|
||||
|
||||
#import "WidgetManager.h"
|
||||
|
||||
/**
|
||||
RoomEncryptionTrustLevel represents the room members trust level in an encrypted room.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, RoomEncryptionTrustLevel) {
|
||||
RoomEncryptionTrustLevelTrusted,
|
||||
RoomEncryptionTrustLevelWarning,
|
||||
RoomEncryptionTrustLevelNormal,
|
||||
RoomEncryptionTrustLevelUnknown
|
||||
};
|
||||
#import "MXRoomSummary+Riot.h"
|
||||
|
||||
@protocol RoomDataSourceDelegate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user