logo

pleroma

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

fep-e232.json (936B)


  1. {
  2. "@context": "https://www.w3.org/ns/activitystreams",
  3. "type": "Create",
  4. "actor": "https://example.org/users/alice",
  5. "object": {
  6. "id": "https://example.org/objects/10",
  7. "type": "Note",
  8. "attributedTo": "https://example.org/users/alice",
  9. "content": "<p>test <a href=\"https://example.org/objects/9\">https://example.org/objects/9</a></p>",
  10. "published": "2022-10-01T21:30:05.211215Z",
  11. "tag": [
  12. {
  13. "name": "@bob@example.net",
  14. "type": "Mention",
  15. "href": "https://example.net/users/bob"
  16. },
  17. {
  18. "name": "https://example.org/objects/9",
  19. "type": "Link",
  20. "href": "https://example.org/objects/9",
  21. "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
  22. }
  23. ],
  24. "to": [
  25. "https://www.w3.org/ns/activitystreams#Public"
  26. ],
  27. "cc": [
  28. "https://example.org/users/alice/followers"
  29. ]
  30. }
  31. }