Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/jobs/cache/browser_channels/responses_for_prefix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ def get_site_banner_details(site_banner_lookup)
include_web3 = (site_banner_lookup.channel.crypto_address_for_channels.length > 0) && public_id
details.web3_url = include_web3 ? "#{ENV["CREATORS_HOST"]}/c/#{public_id}" : ""

# ENV host variables serve various purposes, some will begin with https and some wont
details.web3_url.start_with?("https://") ? details.web3_url : "https://#{details.web3_url}"

if site_banner_lookup.derived_site_banner_info["socialLinks"].present?
social_links_pb = nil
site_banner_lookup.derived_site_banner_info["socialLinks"].each do |domain, handle|
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1536,16 +1536,16 @@
"@parcel/watcher-win32-x64" "2.5.1"

"@rails/activestorage@^7.0.6":
version "7.2.201"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.201.tgz#9c8e73affa5204bd14d8b339a863fa4fcd0285e3"
integrity sha512-7hCJsh2eULFwki4MhDGVLSdAABkmjQkCm9LNE2UK6Ti9uRMkhpER+PoLFLJ2QlJkahZuN62gbCnOnLczRxZSdA==
version "7.2.202"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.2.202.tgz#a4fcd43b1b18c9c382606ea69a38cebf76fd3e68"
integrity sha512-VGC7MimZsM65ac2u3kQulonGnD0BRfULNe8xCsr86ONCefC50td6GdNgpdDPoCQFnakx4Yvnj9Ni2Q+y3KpHww==
dependencies:
spark-md5 "^3.0.1"

"@rails/ujs@^7.0.6":
version "7.1.501"
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.501.tgz#e560a7b6885a12a659c4beb47f4336c8a9353056"
integrity sha512-7EDRGUlgns12IgP3SXVSaxA3CwRzbLOypPXn1EqEZiZ/NS/PwaQ/oa7Z2VRO4B46JifoVr0PYg+G5ERSGQJHxQ==
version "7.1.502"
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.502.tgz#504a05c44ec079432fae894e698556c630fdcd49"
integrity sha512-SFtA5X59BimNG8cy60pgZhPf1bGpg5KXVYF6Jj5H5hrwwNXKNmD2yNZhHC+WfuLqBN+972cZHR9Fto6nJQz+Xw==

"@sinclair/typebox@^0.27.8":
version "0.27.8"
Expand Down
Loading