fix: too much combining
This commit is contained in:
parent
ed0e06d1af
commit
0967721897
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ data class Activity(
|
|||
@SerialName("type")
|
||||
val type: String,
|
||||
@SerialName("replyCount")
|
||||
val replyCount: Int,
|
||||
val replyCount: Int = 0,
|
||||
@SerialName("status")
|
||||
val status: String?,
|
||||
@SerialName("progress")
|
||||
|
@ -60,7 +60,7 @@ data class Activity(
|
|||
@SerialName("isLocked")
|
||||
val isLocked: Boolean?,
|
||||
@SerialName("isSubscribed")
|
||||
val isSubscribed: Boolean,
|
||||
val isSubscribed: Boolean?,
|
||||
@SerialName("likeCount")
|
||||
var likeCount: Int?,
|
||||
@SerialName("isLiked")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue