Code cleanup

This commit is contained in:
ganfra 2026-03-12 12:35:46 +01:00
parent de304a7d55
commit 96147967ac
28 changed files with 44 additions and 113 deletions

View file

@ -12,4 +12,3 @@ data class LiveLocationInfo(
val geoUri: String,
val timestamp: Long,
)

View file

@ -111,7 +111,7 @@ data class LiveLocationContent(
val timeout: Long,
val assetType: AssetType?,
val locations: List<LiveLocationInfo>,
): EventContent
) : EventContent
data object LegacyCallInviteContent : EventContent