Conversation delete issue (#10423)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user