mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Review changes
This commit is contained in:
@@ -2874,11 +2874,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - MXKRecieptSendersContainerDelegate
|
||||
#pragma mark - MXKReceiptSendersContainerDelegate
|
||||
|
||||
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient RoomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars recieptDescriptions:(NSArray *)recieptDescriptions
|
||||
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient session:(MXSession *)session roomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars receipts:(NSArray *)readReceipts
|
||||
{
|
||||
[ReadReceiptsViewController openInViewController:self withRestClient:restClient withRoomMembers:roomMembers placeholders:avatars receiptDescriptions:recieptDescriptions];
|
||||
[ReadReceiptsViewController openInViewController:self withRestClient:restClient session:session withRoomMembers:roomMembers placeholders:avatars receipts:readReceipts];
|
||||
}
|
||||
|
||||
#pragma mark - Typing management
|
||||
|
||||
Reference in New Issue
Block a user