mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-28 18:01:05 +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
|
val timestamp: Long
|
||||||
) {
|
) {
|
||||||
|
internal constructor(): this("", "", -1, -1)
|
||||||
|
|
||||||
internal fun toJSON(): Map<String, String> {
|
internal fun toJSON(): Map<String, String> {
|
||||||
return mapOf(
|
return mapOf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user