mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-22 15:38:25 +00:00
Merge pull request #1108 from mpretty-cyro/fix/invalid-pn-server-job-crash
Fix failing PNServerJob issue
This commit is contained in:
commit
7df7412a77
@ -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