mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Use null when submitting empty reporting tokens.
Cleaned up a few things too, just spacing and stuff.
This commit is contained in:
@@ -2,4 +2,4 @@ package org.whispersystems.signalservice.internal.push
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty
|
||||
|
||||
data class SpamTokenMessage(@JsonProperty val token: String)
|
||||
data class SpamTokenMessage(@JsonProperty val token: String?)
|
||||
|
||||
Reference in New Issue
Block a user