Live location : format the endsAt timeline item content

This commit is contained in:
ganfra 2026-03-25 19:57:34 +01:00
parent b082f59f9c
commit a7e254cc84
3 changed files with 16 additions and 3 deletions

View file

@ -114,6 +114,7 @@ class TimelineEventContentMapper(
is MsgLikeKind.LiveLocation -> {
LiveLocationContent(
isLive = kind.content.isLive,
timestamp = kind.content.ts.toLong(),
description = kind.content.description,
timeout = kind.content.timeoutMs.toLong(),
assetType = kind.content.assetType.into(),