BubbleRoomTimelineCellDecorator: Show timestamp for location sharing.

This commit is contained in:
SBiOSoftWhare
2022-01-26 15:47:23 +01:00
parent e92ebdb27d
commit b030ad9055
@@ -208,6 +208,13 @@ class BubbleRoomTimelineCellDecorator: PlainRoomTimelineCellDecorator {
return false
}
switch cellData.cellDataTag {
case .location:
return true
default:
break
}
switch firstEvent.eventType {
case .roomMessage:
if let messageTypeString = firstEvent.content["msgtype"] as? String {