Add is_checked_in into joined event api
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-08 16:22:40 +08:00
parent 83e62ba825
commit e7df62e673
5 changed files with 38 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ type EventIndexDoc struct {
Thumbnail string `json:"thumbnail"`
EnableKYC bool `json:"enable_kyc"`
IsJoined bool `json:"is_joined"`
IsCheckedIn bool `json:"is_checked_in"`
JoinCount int64 `json:"join_count"`
CheckinCount int64 `json:"checkin_count"`
}