Skip to content

Commit

Permalink
fix: The generate conversation name was not saved (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengdwx authored Mar 14, 2024
1 parent bbea3a6 commit 4d63770
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ def handle(sender, **kwargs):
conversation.name = name
except:
pass


db.session.merge(conversation)
db.session.commit()

0 comments on commit 4d63770

Please sign in to comment.