Conversation delete issue (#10423)

This commit is contained in:
Benjamin
2024-11-07 21:13:23 +08:00
committed by GitHub
parent 574c4a264f
commit 6e23903c63
3 changed files with 10 additions and 4 deletions

View File

@@ -202,6 +202,10 @@ simple_conversation_fields = {
"updated_at": TimestampField,
}
conversation_delete_fields = {
"result": fields.String,
}
conversation_infinite_scroll_pagination_fields = {
"limit": fields.Integer,
"has_more": fields.Boolean,