mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix field error
This commit is contained in:
parent
951e7462c4
commit
420f11784d
@ -59,7 +59,8 @@ internal object GetTroopMemberInfo : IActionHandler() {
|
||||
title = info.mUniqueTitle ?: "",
|
||||
titleExpireTime = info.mUniqueTitleExpire,
|
||||
cardChangeable = GroupSvc.isAdmin(groupId),
|
||||
age = info.age.toInt()
|
||||
age = info.age.toInt(),
|
||||
shutUpTimestamp = 0L
|
||||
), echo
|
||||
)
|
||||
}
|
||||
|
@ -3,7 +3,6 @@ package moe.fuqiuluo.shamrock.remote.service.data
|
||||
import kotlinx.serialization.SerialName
|
||||
import kotlinx.serialization.Serializable
|
||||
import moe.fuqiuluo.shamrock.remote.service.data.push.MemberRole
|
||||
import java.sql.Timestamp
|
||||
|
||||
@Serializable
|
||||
internal data class SimpleTroopInfo(
|
||||
|
Loading…
x
Reference in New Issue
Block a user