function renamed

This commit is contained in:
Flavio Alescio
2023-01-27 15:28:02 +01:00
parent 63faaaf19d
commit 645edd91c5
3 changed files with 4 additions and 4 deletions
@@ -2471,7 +2471,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
editedRoomId = nil;
}
-(void)roomContextActionServiceDidMarkedRoom:(id<RoomContextActionServiceProtocol>)service
-(void)roomContextActionServiceDidMarkRoom:(id<RoomContextActionServiceProtocol>)service
{
[self refreshRecentsTable];
}