mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:18:25 +00:00
Added a missing constructor
This commit is contained in:
parent
395ada62ff
commit
97458a4baa
@ -20,6 +20,7 @@ data class SnodeMessage(
|
||||
*/
|
||||
val timestamp: Long
|
||||
) {
|
||||
internal constructor(): this("", "", -1, -1)
|
||||
|
||||
internal fun toJSON(): Map<String, String> {
|
||||
return mapOf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user