Created ReadReceiptsViewController

This commit is contained in:
Aram Sargsyan
2017-06-21 22:28:16 +04:00
parent c2224035bf
commit 538d4b6ad8
7 changed files with 279 additions and 3 deletions
+9
View File
@@ -45,6 +45,8 @@
#import "UsersDevicesViewController.h"
#import "ReadReceiptsViewController.h"
#import "RoomEmptyBubbleCell.h"
#import "RoomIncomingTextMsgBubbleCell.h"
@@ -2817,6 +2819,13 @@
}
}
#pragma mark - MXKRecieptSendersContainerDelegate
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient RoomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars recieptDescriptions:(NSArray *)recieptDescriptions {
NSLog(@"!!! SHOW RR DETAILS !!!");
[ReadReceiptsViewController openInViewController:self withRestClient:restClient withRoomMembers:roomMembers placeholders:avatars receiptDescriptions:recieptDescriptions];
}
#pragma mark - Typing management
- (void)removeTypingNotificationsListener