Skip to content

ostatus controller: respond with AS2 objects instead of activities to notice URIs

kaniini requested to merge bugfix/notice-urls-should-return-objects into develop

The main purpose of responding with AS2 objects at this URI is to allow the AS2 object to be imported into other instances (Mastodon, Pleroma search for post by URI etc.)

Closes #289 (closed).

Also only respond when the underlying activity is a Create, closes #383.

Merge request reports