6103: Update beaconInfoSummary

This commit is contained in:
MaximeE
2022-05-10 15:21:59 +02:00
parent bfa845b881
commit edeade17d1
3 changed files with 8 additions and 7 deletions
@@ -95,7 +95,7 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
*/
@property(nonatomic) BOOL isKeyVerificationOperationPending;
@property(nonatomic, strong, readonly) id<MXBeaconInfoSummaryProtocol> beaconInfoSummary;
@property(nonatomic, strong) id<MXBeaconInfoSummaryProtocol> beaconInfoSummary;
/**
Index of the component which needs a sent tick displayed. -1 if none.
@@ -38,8 +38,6 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
// Flags to "Show All" reactions for an event
@property(nonatomic) NSMutableSet<NSString* /* eventId */> *eventsToShowAllReactions;
@property(nonatomic, strong, readwrite) id<MXBeaconInfoSummaryProtocol> beaconInfoSummary;
@end
@implementation RoomBubbleCellData