From 25b60f4e152cd326d2853497303a4e424c7c9366 Mon Sep 17 00:00:00 2001 From: MaximeE Date: Wed, 4 May 2022 12:06:38 +0200 Subject: [PATCH] 6071: Fix for renaming in SDK --- Riot/Modules/Room/CellData/RoomBubbleCellData.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Room/CellData/RoomBubbleCellData.m b/Riot/Modules/Room/CellData/RoomBubbleCellData.m index d79d02ed7..bef596cce 100644 --- a/Riot/Modules/Room/CellData/RoomBubbleCellData.m +++ b/Riot/Modules/Room/CellData/RoomBubbleCellData.m @@ -1328,7 +1328,7 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat - (void)updateBeaconInfoSummaryWithEventId:(NSString *)eventId { - MXBeaconInfoSummary *beaconInfoSummary = [self.mxSession.aggregations.beaconAggegations beaconInfoSummaryFor:eventId inRoomWithId:self.roomId]; + MXBeaconInfoSummary *beaconInfoSummary = [self.mxSession.aggregations.beaconAggregations beaconInfoSummaryFor:eventId inRoomWithId:self.roomId]; self.beaconInfoSummary = beaconInfoSummary; }