Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

100 Zeilen
2.8KB

  1. {
  2. "@context": [
  3. "https://www.w3.org/ns/activitystreams",
  4. {
  5. "ostatus": "http://ostatus.org#",
  6. "atomUri": "ostatus:atomUri",
  7. "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
  8. "conversation": "ostatus:conversation",
  9. "sensitive": "as:sensitive",
  10. "Hashtag": "as:Hashtag",
  11. "toot": "http://joinmastodon.org/ns#",
  12. "Emoji": "toot:Emoji",
  13. "focalPoint": {
  14. "@container": "@list",
  15. "@id": "toot:focalPoint"
  16. }
  17. }
  18. ],
  19. "id": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304/activity",
  20. "type": "Create",
  21. "actor": "https://mastodon.sdf.org/users/rinpatch",
  22. "published": "2019-05-10T09:03:36Z",
  23. "to": [
  24. "https://www.w3.org/ns/activitystreams#Public"
  25. ],
  26. "cc": [
  27. "https://mastodon.sdf.org/users/rinpatch/followers"
  28. ],
  29. "object": {
  30. "id": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304",
  31. "type": "Question",
  32. "summary": null,
  33. "inReplyTo": null,
  34. "published": "2019-05-10T09:03:36Z",
  35. "url": "https://mastodon.sdf.org/@rinpatch/102070944809637304",
  36. "attributedTo": "https://mastodon.sdf.org/users/rinpatch",
  37. "to": [
  38. "https://www.w3.org/ns/activitystreams#Public"
  39. ],
  40. "cc": [
  41. "https://mastodon.sdf.org/users/rinpatch/followers"
  42. ],
  43. "sensitive": false,
  44. "atomUri": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304",
  45. "inReplyToAtomUri": null,
  46. "conversation": "tag:mastodon.sdf.org,2019-05-10:objectId=15095122:objectType=Conversation",
  47. "content": "<p>Why is Tenshi eating a corndog so cute?</p>",
  48. "contentMap": {
  49. "en": "<p>Why is Tenshi eating a corndog so cute?</p>"
  50. },
  51. "endTime": "2019-05-11T09:03:36Z",
  52. "closed": "2019-05-11T09:03:36Z",
  53. "attachment": [],
  54. "tag": [],
  55. "replies": {
  56. "id": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304/replies",
  57. "type": "Collection",
  58. "first": {
  59. "type": "CollectionPage",
  60. "partOf": "https://mastodon.sdf.org/users/rinpatch/statuses/102070944809637304/replies",
  61. "items": []
  62. }
  63. },
  64. "oneOf": [
  65. {
  66. "type": "Note",
  67. "name": "Dunno",
  68. "replies": {
  69. "type": "Collection",
  70. "totalItems": 0
  71. }
  72. },
  73. {
  74. "type": "Note",
  75. "name": "Everyone knows that!",
  76. "replies": {
  77. "type": "Collection",
  78. "totalItems": 1
  79. }
  80. },
  81. {
  82. "type": "Note",
  83. "name": "25 char limit is dumb",
  84. "replies": {
  85. "type": "Collection",
  86. "totalItems": 0
  87. }
  88. },
  89. {
  90. "type": "Note",
  91. "name": "I can't even fit a funny",
  92. "replies": {
  93. "type": "Collection",
  94. "totalItems": 1
  95. }
  96. }
  97. ]
  98. }
  99. }