diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-12-05 23:48:13 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-12-05 23:48:13 +0400 |
commit | 49717f3dcd48981de71e3da728afac040db560f4 (patch) | |
tree | a9f0afbb11d45d0dbec00553eaf37a92ef67791e /docs/API/differences_in_mastoapi_responses.md | |
parent | c9afb350e7a38aa915418c6b98cedd863ca0405b (diff) | |
download | pleroma-49717f3dcd48981de71e3da728afac040db560f4.tar.gz |
Fix typo
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index e6cc3aef1..1b197e073 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -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`. |