Live location : ensure it's not sorted randomly
This commit is contained in:
+2
@@ -17,6 +17,8 @@ data class LiveLocationShare(
|
||||
val userId: UserId,
|
||||
/** The last known location if any. */
|
||||
val lastLocation: LastLocation?,
|
||||
/** The timestamp when location sharing started, in milliseconds.*/
|
||||
val startTimestamp: Long,
|
||||
/** The timestamp when location sharing ends, in milliseconds. */
|
||||
val endTimestamp: Long,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user