fixup! Store federation properties in signaling settings

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2024-09-13 12:54:40 +02:00 committed by backportbot[bot]
parent 2663ecabed
commit 55c91f3c1a

View file

@ -17,7 +17,7 @@ import kotlinx.serialization.Serializable
@Serializable
data class FederationHelloAuthParams(
@JsonField(name = ["token"])
var token: String? = null,
var token: String? = null
) : Parcelable {
// This constructor is added to work with the 'com.bluelinelabs.logansquare.annotation.JsonObject'
constructor() : this(null)