mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
BubbleRoomTimelineCellDecorator: Show timestamp for location sharing.
This commit is contained in:
+7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user