This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix incoming federation in whitelist mode (
#12185
)
… posting to the AP inbox required a logged-in local user…
master
ThibG
5 years ago
committed by
Eugen Rochko
parent
fccf83e1f2
commit
bd684e25d9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/controllers/activitypub/inboxes_controller.rb
+ 1
- 0
app/controllers/activitypub/inboxes_controller.rb
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
Write
Preview
Loading…
Cancel
Save