mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
Merge branch 'issue-14550' into 'rails'
No enviar Gateways Ipfs en mail de notificacion #14550 See merge request sutty/sutty!232
This commit is contained in:
commit
f3362eb27c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class DeployDistributedPress < Deploy
|
|||
# @return [Array]
|
||||
def gateway_urls
|
||||
remote_info.dig(:distributed_press, :links)&.values&.map do |protocol|
|
||||
[ protocol[:link], protocol[:gateway] ]
|
||||
[protocol[:link]]
|
||||
end&.flatten&.compact&.select do |link|
|
||||
link.include? '://'
|
||||
end || []
|
||||
|
|
Loading…
Reference in a new issue