Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
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. }