Merge pull request #1341 from aramsargsyan/read-receipts-details

Read receipts details
This commit is contained in:
giomfo
2017-06-30 10:33:06 +02:00
committed by GitHub
9 changed files with 356 additions and 13 deletions
+7
View File
@@ -45,6 +45,8 @@
#import "UsersDevicesViewController.h"
#import "ReadReceiptsViewController.h"
#import "RoomEmptyBubbleCell.h"
#import "RoomIncomingTextMsgBubbleCell.h"
@@ -1709,6 +1711,11 @@
[self showEncryptionInformation:tappedEvent];
}
}
else if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellTapOnReceiptsContainer])
{
MXKReceiptSendersContainer *container = userInfo[kMXKRoomBubbleCellReceiptsContainerKey];
[ReadReceiptsViewController openInViewController:self fromContainer:container withSession:self.mainSession];
}
else
{
// Keep default implementation for other actions