1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix incoming federation in whitelist mode (#12185)

… posting to the AP inbox required a logged-in local user…
This commit is contained in:
ThibG 2019-10-24 22:45:35 +02:00 committed by Eugen Rochko
parent fccf83e1f2
commit bd684e25d9

View file

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