mirror of https://github.com/langgenius/dify.git
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