6029: Live location sharing timeline cell

This commit is contained in:
MaximeE
2022-04-21 07:48:22 +02:00
parent f05b9db5cf
commit 5c085246ec
7 changed files with 158 additions and 16 deletions
@@ -184,6 +184,14 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
self.collapsable = NO;
self.collapsed = NO;
}
break;
}
case MXEventTypeBeaconInfo:
{
self.tag = RoomBubbleCellDataTagLocation;
self.collapsable = NO;
self.collapsed = NO;
}
default:
break;