Переглянути джерело

fix message sort (#15231)

tags/1.0.1
Mars 8 місяці тому
джерело
коміт
126202648f
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      api/controllers/service_api/app/message.py

+ 1
- 1
api/controllers/service_api/app/message.py Переглянути файл

@@ -70,7 +70,7 @@ class MessageListApi(Resource):

try:
return MessageService.pagination_by_first_id(
app_model, end_user, args["conversation_id"], args["first_id"], args["limit"], "desc"
app_model, end_user, args["conversation_id"], args["first_id"], args["limit"]
)
except services.errors.conversation.ConversationNotExistsError:
raise NotFound("Conversation Not Exists.")

Завантаження…
Відмінити
Зберегти