Brought the key receipt_status_read to app level + some minor changes. Signed-off-by: Aram Sargsyan aram.sargsyan.1997@gmail.com

This commit is contained in:
Aram Sargsyan
2017-06-29 19:40:07 +04:00
parent b182dc1009
commit 6b885eaa11
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1691,7 +1691,7 @@
else if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellTapOnReceiptsContainer])
{
MXKReceiptSendersContainer *container = userInfo[kMXKRoomBubbleCellReceiptsContainerKey];
[ReadReceiptsViewController openInViewController:self fromContainer:container withsession:self.mainSession];
[ReadReceiptsViewController openInViewController:self fromContainer:container withSession:self.mainSession];
}
else
{