logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

accept-follow.json (389B)


  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "actor": "https://relay.mastodon.host/actor",
  4. "id": "https://relay.mastodon.host/activities/ec477b69-db26-4019-923e-cf809de516ab",
  5. "object": {
  6. "actor": "{{ap_id}}",
  7. "id": "{{activity_id}}",
  8. "object": "https://relay.mastodon.host/actor",
  9. "type": "Follow"
  10. },
  11. "to": [
  12. "{{ap_id}}"
  13. ],
  14. "type": "Accept"
  15. }