Merge pull request #1108 from mpretty-cyro/fix/invalid-pn-server-job-crash

Fix failing PNServerJob issue
This commit is contained in:
Morgan Pretty
2023-02-15 15:39:14 +11:00
committed by GitHub

View File

@@ -20,6 +20,7 @@ data class SnodeMessage(
*/
val timestamp: Long
) {
internal constructor(): this("", "", -1, -1)
internal fun toJSON(): Map<String, String> {
return mapOf(