mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Minor changes
This commit is contained in:
@@ -2876,8 +2876,8 @@
|
||||
|
||||
#pragma mark - MXKRecieptSendersContainerDelegate
|
||||
|
||||
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient RoomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars recieptDescriptions:(NSArray *)recieptDescriptions {
|
||||
NSLog(@"!!! SHOW RR DETAILS !!!");
|
||||
- (void)didTapReceiptsContainerWithRestClient:(MXRestClient *)restClient RoomMembers:(NSArray *)roomMembers avatars:(NSArray *)avatars recieptDescriptions:(NSArray *)recieptDescriptions
|
||||
{
|
||||
[ReadReceiptsViewController openInViewController:self withRestClient:restClient withRoomMembers:roomMembers placeholders:avatars receiptDescriptions:recieptDescriptions];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user