Conversation delete issue (#10423)

This commit is contained in:
Benjamin 2024-11-07 21:13:23 +08:00 committed by GitHub
commit 6e23903c63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,