fix alia greeting
This commit is contained in:
parent
dbf468b586
commit
280611e86f
1 changed files with 2 additions and 1 deletions
|
|
@ -191,7 +191,8 @@ class ChatService:
|
||||||
"answer": INIT_MESSAGES[0],
|
"answer": INIT_MESSAGES[0],
|
||||||
}
|
}
|
||||||
|
|
||||||
last_message = self.get_last_chat_message_date(session_id)
|
last_message = await self.get_last_chat_message_date(session_id)
|
||||||
|
print(f"{uid}; {session_id}; {last_message}")
|
||||||
if not last_message:
|
if not last_message:
|
||||||
return {
|
return {
|
||||||
"session_id": session_id,
|
"session_id": session_id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue