Show location events in timeline
Not in scope: interacting with the timeline items, reply formatting. These will be implemented separately. Closes #689
This commit is contained in:
parent
8851479d19
commit
1e17d2943f
23 changed files with 368 additions and 20 deletions
|
|
@ -125,6 +125,11 @@ data class ImageMessageType(
|
|||
val info: ImageInfo?
|
||||
) : MessageType
|
||||
|
||||
data class LocationMessageType(
|
||||
val body: String,
|
||||
val geoUri: String,
|
||||
) : MessageType
|
||||
|
||||
data class AudioMessageType(
|
||||
val body: String,
|
||||
val source: MediaSource,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue