Skip to content

Add ability to subscribe to users

Ref #771 (closed)

Adds 2 new endpoints

  • POST /api/v1/pleroma/accounts/:id/subscribe
  • POST /api/v1/pleroma/accounts/:id/unsubscribe

These will trigger a notification on status creation for all subscribed users.

Edited by Sadposter

Merge request reports