do not save page on /initialize
This commit is contained in:
parent
dd1b79f7e7
commit
9b1a6340e8
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ class ChatService:
|
|||
await self.create_user_session(uid, session_id)
|
||||
except:
|
||||
pass
|
||||
await self.update_user_page(uid, page_id)
|
||||
# await self.update_user_page(uid, page_id)
|
||||
|
||||
welcome_msg = self.get_welcome_message(application, name, first_visit)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue