Skip to content

Commit

Permalink
Merge pull request #1154 from PlanoramaEvents/staging
Browse files Browse the repository at this point in the history
3.7.5
  • Loading branch information
balen authored Aug 1, 2024
2 parents 12298f9 + ada53c8 commit 0580e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/conclar/session_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Conclar::SessionSerializer < ActiveModel::Serializer
res[:replay] = "#{instance_options[:g24rce]}deep-link/replay?item_id=#{object.id}"
end

res[:chat] = "#{instance_options[:g24rce]}deep-link/chat?item_id=#{object.id}"
res[:chat] = "#{instance_options[:g24rce]}deep-link/chat?room_id=#{object.room.id}&item_id=#{object.id}"
res
end
end
Expand Down

0 comments on commit 0580e3e

Please sign in to comment.