Decreased the parameter cound for ReadReceiptsViewController opening, now sending the container itself

This commit is contained in:
Aram Sargsyan
2017-06-29 17:04:34 +04:00
parent 45abe4b5da
commit 947099ad4c
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1691,7 +1691,7 @@
else if ([actionIdentifier isEqualToString:kMXKRoomBubbleCellTapOnReceiptsContainer])
{
MXKReceiptSendersContainer *container = userInfo[kMXKRoomBubbleCellReceiptsContainerKey];
[ReadReceiptsViewController openInViewController:self withRestClient:container.restClient session:self.mainSession withRoomMembers:container.roomMembers placeholders:container.placeholders receipts:container.readReceipts];
[ReadReceiptsViewController openInViewController:self fromContainer:container withsession:self.mainSession];
}
else
{