We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213c5f7 commit 6f2bdf9Copy full SHA for 6f2bdf9
1 file changed
shared/src/commonMain/kotlin/site/remlit/snowdrop/model/Status.kt
@@ -158,11 +158,11 @@ data class Status(
158
159
val url: String,
160
@SerialName("remote_url")
161
- val remoteUrl: String?,
+ val remoteUrl: String? = null,
162
@SerialName("preview_url")
163
- val previewUrl: String?,
+ val previewUrl: String? = null,
164
@SerialName("text_url")
165
- val textUrl: String?,
+ val textUrl: String? = null,
166
167
val meta: Meta? = null,
168
val description: String? = null,
0 commit comments