Fix uncaught domain normalization error in remote follow (#11703)
This commit is contained in:
parent
6914482d0a
commit
b54b725d6b
6 changed files with 18 additions and 10 deletions
|
@ -32,7 +32,7 @@ class RemoteInteractionController < ApplicationController
|
|||
end
|
||||
|
||||
def session_params
|
||||
{ acct: session[:remote_follow] }
|
||||
{ acct: session[:remote_follow] || current_account&.username }
|
||||
end
|
||||
|
||||
def set_status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue