Minor changes

This commit is contained in:
Aram Sargsyan
2017-06-22 02:03:03 +04:00
parent cc7e8d5a4d
commit dfa5dd406f
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -2876,8 +2876,8 @@
#pragma mark - MXKRecieptSendersContainerDelegate
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient RoomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars recieptDescriptions:(NSArray *)recieptDescriptions {
NSLog(@"!!! SHOW RR DETAILS !!!");
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient RoomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars recieptDescriptions:(NSArray *)recieptDescriptions
{
[ReadReceiptsViewController openInViewController:self withRestClient:restClient withRoomMembers:roomMembers placeholders:avatars receiptDescriptions:recieptDescriptions];
}