Code cleanup
This commit is contained in:
parent
de304a7d55
commit
96147967ac
28 changed files with 44 additions and 113 deletions
|
|
@ -12,4 +12,3 @@ data class LiveLocationInfo(
|
|||
val geoUri: String,
|
||||
val timestamp: Long,
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ data class LiveLocationContent(
|
|||
val timeout: Long,
|
||||
val assetType: AssetType?,
|
||||
val locations: List<LiveLocationInfo>,
|
||||
): EventContent
|
||||
) : EventContent
|
||||
|
||||
data object LegacyCallInviteContent : EventContent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue