6029: Live location sharing timeline cell

This commit is contained in:
MaximeE
2022-04-21 07:48:22 +02:00
parent 5a9c5035ca
commit 9a7d16b74e
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;