forked from GitHub-Mirror/riotX-android
Hot fix : makes room topic optional as it may be null.
This commit is contained in:
@ -5,5 +5,5 @@ import com.squareup.moshi.JsonClass
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class RoomTopicContent(
|
||||
@Json(name = "topic") val topic: String
|
||||
@Json(name = "topic") val topic: String? = null
|
||||
)
|
Reference in New Issue
Block a user