We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f54b3 commit 96bfdbaCopy full SHA for 96bfdba
Riot/Modules/Room/CellData/RoomBubbleCellData.m
@@ -1326,7 +1326,7 @@ - (void)refreshURLPreviewForEventId:(NSString *)eventId
1326
1327
- (void)updateBeaconInfoSummaryWithEventId:(NSString *)eventId
1328
{
1329
- MXBeaconInfoSummary *beaconInfoSummary = [self.mxSession.aggregations.beaconAggegations beaconInfoSummaryFor:eventId inRoomWithId:self.roomId];
+ MXBeaconInfoSummary *beaconInfoSummary = [self.mxSession.aggregations.beaconAggegations beaconInfoSummaryFor:eventId inRoomWithId:self.roomId];
1330
1331
self.beaconInfoSummary = beaconInfoSummary;
1332
}
0 commit comments