Skip to content

Commit

Permalink
don't force refresh after streaming finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Feb 7, 2024
1 parent 7fd31cd commit 0526843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/jobs/get_next_ai_message_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def perform(conversation_id)
)

@new_message.save!
@conversation.broadcast_refresh
puts "Finished GetNextAiMessageJob.perform(#{conversation_id})"

rescue => e
Expand Down

0 comments on commit 0526843

Please sign in to comment.