Add eventId parameter to delegates

This commit is contained in:
ismailgulek
2021-11-12 17:24:58 +03:00
parent 0de8f92309
commit 93f2fb024f
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
{