mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 07:23:56 +00:00
fix: too much combining
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user