Parcourir la source

fixup! Store federation properties in signaling settings

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez il y a 7 mois
Parent
commit
c7af117f4e

+ 1 - 1
app/src/main/java/com/nextcloud/talk/models/json/signaling/settings/FederationHelloAuthParams.kt

@@ -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)