0
0
Fork 0

Add sharedInbox to actors (#4737)

This commit is contained in:
Eugen Rochko 2017-08-31 00:02:59 +02:00 committed by GitHub
parent cecf204bbb
commit 2db9ccaf3e
3 changed files with 10 additions and 3 deletions

View file

@ -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