You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
unarist af2d22f88c Fallback from perform_via_activitypub on private posts (#4758)
Currently, private / direct posts via OStatus from AP compatible instance will be dropped due to failing to fetch AP version.

So this fallbacks to OStatus handling:

* when failed to fetch ActivityPub version
* when status is neither :public nor :unlisted
8 years ago
..
controllers
helpers
javascript Fix the usages of Detect Passive Events (#4749) 8 years ago
lib Fallback from perform_via_activitypub on private posts (#4758) 8 years ago
mailers
models
policies
presenters
serializers
services Don't process ActivityPub payload if signature is invalid (#4752) 8 years ago
validators
views
workers