Skip to content
Snippets Groups Projects
Commit 28919e71 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Added ms timestamp function

parent 3c082ba4
Branches
Tags
No related merge requests found
......@@ -24,4 +24,7 @@ data class Message(
val roundId: Long,
@SerializedName("RoundURL")
val roundUrl: String?
) : BindingsModel
\ No newline at end of file
) : BindingsModel {
fun getTimestampMs() = timestamp / 1_000_000
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment