| Conversation.id == conversation_id, | Conversation.id == conversation_id, | ||||
| Conversation.app_id == app_model.id, | Conversation.app_id == app_model.id, | ||||
| Conversation.status == "normal", | Conversation.status == "normal", | ||||
| Conversation.is_deleted.is_(False), | |||||
| ] | ] | ||||
| if isinstance(user, Account): | if isinstance(user, Account): |