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

pull/2848/head
David 2 years ago committed by GitHub
parent bbea3a6b84
commit 4d63770189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,4 +27,5 @@ def handle(sender, **kwargs):
except:
pass
db.session.merge(conversation)
db.session.commit()

Loading…
Cancel
Save