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
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()