fix: The generate conversation name was not saved (#2836)

This commit is contained in:
David 2024-03-14 09:53:55 +00:00 committed by GitHub
parent bbea3a6b84
commit 4d63770189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,5 +26,6 @@ def handle(sender, **kwargs):
conversation.name = name
except:
pass
db.session.merge(conversation)
db.session.commit()