Add Message Suggested Api (#1326)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
This commit is contained in:
parent
f4be2b8bcd
commit
298ad6782d
7 changed files with 253 additions and 25 deletions
|
|
@ -295,8 +295,8 @@ class MessageSuggestedQuestionApi(Resource):
|
|||
try:
|
||||
questions = MessageService.get_suggested_questions_after_answer(
|
||||
app_model=app_model,
|
||||
user=current_user,
|
||||
message_id=message_id,
|
||||
user=current_user,
|
||||
check_enabled=False
|
||||
)
|
||||
except MessageNotExistsError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue