Add isjoined to event info and event list
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -2002,21 +2002,24 @@ const docTemplate = `{
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"enable_kyc": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"end_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"event_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_joined": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"join_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"require_kyc": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -2000,21 +2000,24 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"enable_kyc": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"end_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"event_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_joined": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"join_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"require_kyc": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -6,16 +6,18 @@ definitions:
|
||||
type: integer
|
||||
description:
|
||||
type: string
|
||||
enable_kyc:
|
||||
type: boolean
|
||||
end_time:
|
||||
type: string
|
||||
event_id:
|
||||
type: string
|
||||
is_joined:
|
||||
type: boolean
|
||||
join_count:
|
||||
type: integer
|
||||
name:
|
||||
type: string
|
||||
require_kyc:
|
||||
type: boolean
|
||||
start_time:
|
||||
type: string
|
||||
thumbnail:
|
||||
|
||||
Reference in New Issue
Block a user