Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

10 řádky
230B

  1. {
  2. "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}],
  3. "type": "Create",
  4. "object": {
  5. "type": "Note",
  6. "content": "It's a note"
  7. },
  8. "to": ["https://www.w3.org/ns/activitystreams#Public"]
  9. }