mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-13 08:10:07 +01:00
ref: deleted unnecessary fields in the HKUser
This commit is contained in:
parent
10bc14aaa7
commit
0cc46974fa
@ -5,12 +5,5 @@ import kotlinx.serialization.Serializable
|
||||
@Serializable
|
||||
data class HKUser(
|
||||
val reference: String,
|
||||
val updated: Long,
|
||||
val created: Long,
|
||||
val description: String,
|
||||
val username: String,
|
||||
val cover: String,
|
||||
val active: Boolean,
|
||||
val avatar: String,
|
||||
val role: String,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user