Review changes

This commit is contained in:
Aram Sargsyan
2017-06-23 16:40:09 +04:00
parent 4f9e044849
commit e0d393350b
5 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -2874,11 +2874,11 @@
}
}
#pragma mark - MXKRecieptSendersContainerDelegate
#pragma mark - MXKReceiptSendersContainerDelegate
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient RoomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars recieptDescriptions:(NSArray *)recieptDescriptions
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient session:(MXSession *)session roomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars receipts:(NSArray *)readReceipts
{
[ReadReceiptsViewController openInViewController:self withRestClient:restClient withRoomMembers:roomMembers placeholders:avatars receiptDescriptions:recieptDescriptions];
[ReadReceiptsViewController openInViewController:self withRestClient:restClient session:session withRoomMembers:roomMembers placeholders:avatars receipts:readReceipts];
}
#pragma mark - Typing management