Added a missing constructor

This commit is contained in:
Morgan Pretty 2023-02-08 14:04:02 +11:00
parent 395ada62ff
commit 97458a4baa
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(