diff --git a/Riot/Modules/Room/RoomViewController.m b/Riot/Modules/Room/RoomViewController.m index 434be83e4..d4fdb6bd7 100644 --- a/Riot/Modules/Room/RoomViewController.m +++ b/Riot/Modules/Room/RoomViewController.m @@ -7863,7 +7863,7 @@ static CGSize kThreadListBarButtonItemImageSize; } -(void)reloadRoomWihtEventId:(NSString *)eventId - threadId:(NSString *)threadId + threadId:(NSString *)threadId { // Jump to the last unread event by using a temporary room data source initialized with the last unread event id. MXWeakify(self);