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
commit 7df7412a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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(