Skip to content

Commit

Permalink
Fix incoming federation in whitelist mode (mastodon#12185)
Browse files Browse the repository at this point in the history
… posting to the AP inbox required a logged-in local user…
  • Loading branch information
ClearlyClaire authored and multiple creatures committed Feb 21, 2020
1 parent 8a7020d commit e5bb8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/activitypub/inboxes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class ActivityPub::InboxesController < ActivityPub::BaseController

before_action :skip_unknown_actor_delete
before_action :require_signature!
skip_before_action :authenticate_user!

def create
upgrade_account
Expand Down

0 comments on commit e5bb8b2

Please sign in to comment.