Add eventId parameter to delegates

This commit is contained in:
ismailgulek
2021-11-12 17:24:58 +03:00
parent 0b69a8b84c
commit 4d982da0b3
6 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -2192,7 +2192,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
{
if (self.delegate)
{
[self.delegate roomViewController:self showRoomWithId:roomId];
[self.delegate roomViewController:self showRoomWithId:roomId eventId:nil];
}
else
{