Browse Source

Fix typo

test-speedup
Egor Kislitsyn 3 years ago
parent
commit
49717f3dcd
No known key found for this signature in database GPG Key ID: 1B49CB15B71E7805
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/API/differences_in_mastoapi_responses.md

+ 2
- 2
docs/API/differences_in_mastoapi_responses.md View File

@@ -289,9 +289,9 @@ For viewing remote server timelines, there are `public:remote` and `public:remot

### Follow relationships updates

Pleroma streams follow relationships updatates as `pleroma:follow_relationships_update` events to the `user` stream.
Pleroma streams follow relationships updates as `pleroma:follow_relationships_update` events to the `user` stream.

The message playload consist of:
The message payload consist of:

- `state`: a relationship state, one of `follow_pending`, `follow_accept` or `follow_reject`.



Loading…
Cancel
Save