Add sharedInbox to actors (#4737)
This commit is contained in:
parent
cecf204bbb
commit
2db9ccaf3e
3 changed files with 10 additions and 3 deletions
|
@ -18,7 +18,7 @@ class ActivityPub::InboxesController < Api::BaseController
|
|||
private
|
||||
|
||||
def set_account
|
||||
@account = Account.find_local!(params[:account_username])
|
||||
@account = Account.find_local!(params[:account_username]) if params[:account_username]
|
||||
end
|
||||
|
||||
def body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue