mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 20:31:01 +00:00
feat: activity view
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package ani.dantotsu.profile
|
||||
|
||||
import ani.dantotsu.connections.anilist.api.Activity
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
@@ -14,6 +15,7 @@ data class User(
|
||||
val progress: Int? = null,
|
||||
val totalEpisodes: Int? = null,
|
||||
val nextAiringEpisode: Int? = null,
|
||||
val activity: List<Activity> = mutableListOf(),
|
||||
) : java.io.Serializable {
|
||||
companion object {
|
||||
private const val serialVersionUID: Long = 1
|
||||
|
||||
Reference in New Issue
Block a user