mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00: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