Room decoration: Use shields instead of padlocks

#2906
This commit is contained in:
manuroe
2020-01-31 14:59:54 +01:00
parent 66a2a366fd
commit babec2ff28
9 changed files with 170 additions and 81 deletions
@@ -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;