mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
fix: The generate conversation name was not saved (#2836)
This commit is contained in:
parent
bbea3a6b84
commit
4d63770189
@ -26,5 +26,6 @@ def handle(sender, **kwargs):
|
||||
conversation.name = name
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
db.session.merge(conversation)
|
||||
db.session.commit()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user