Fix uri expansion during remote follow

master
Eugen Rochko 7 years ago
parent c04002b340
commit 75122e162d
  1. 2
      app/controllers/remote_follow_controller.rb

@ -22,7 +22,7 @@ class RemoteFollowController < ApplicationController
render(:new) && return
end
redirect_to Addressable::Template.new(redirect_url_link.template).expand(uri: "acct:#{@account.username}@#{Rails.configuration.x.local_domain}").to_s
redirect_to Addressable::Template.new(redirect_url_link.template).expand(uri: "#{@account.username}@#{Rails.configuration.x.local_domain}").to_s
else
render :new
end

Loading…
Cancel
Save