RoomVC: Prevent retain cycles.

This commit is contained in:
SBiOSoftWhare
2021-10-28 17:41:16 +02:00
parent 28e947ebfe
commit ddcf64a75e
2 changed files with 50 additions and 20 deletions
@@ -44,7 +44,7 @@ const CGFloat kTypingCellHeight = 24;
// Timer used to debounce cells refresh
@property (nonatomic, strong) NSTimer *refreshCellsTimer;
@property (nonatomic, readonly) id<RoomDataSourceDelegate> roomDataSourceDelegate;
@property (nonatomic, weak, readonly) id<RoomDataSourceDelegate> roomDataSourceDelegate;
@property(nonatomic, readwrite) RoomEncryptionTrustLevel encryptionTrustLevel;