Skip to content

Commit

Permalink
fixup! Store federation properties in signaling settings
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
  • Loading branch information
danxuliu authored and mahibi committed Sep 13, 2024
1 parent 18a0394 commit c7af117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7af117

Please sign in to comment.