Merge branch 'ismail/5068_start_thread' into ismail/5096_thread_notifications

This commit is contained in:
ismailgulek
2022-01-17 11:39:25 +03:00
300 changed files with 6263 additions and 923 deletions
@@ -933,7 +933,7 @@ const CGFloat kTypingCellHeight = 24;
break;
case MXEventTypeRoomMessage:
{
NSString *msgType = event.content[@"msgtype"];
NSString *msgType = event.content[kMXMessageTypeKey];
if ([msgType isEqualToString:kMXMessageTypeKeyVerificationRequest])
{