diff --git a/app/controllers/remote_follow_controller.rb b/app/controllers/remote_follow_controller.rb
index 5e923c88fe85a8bef8a5bd1aee277dc7259b1532..7d4bfe6ceeb2afd59cf8f4a8e8e0ecdd7ca26de3 100644
--- a/app/controllers/remote_follow_controller.rb
+++ b/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