mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
fixup! Store federation properties in signaling settings
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
2663ecabed
commit
55c91f3c1a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue