projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea6e26
)
Documentation: Document chat token response.
author
lain
<lain@soykaf.club>
Sat, 15 Jun 2019 09:11:45 +0000
(11:11 +0200)
committer
lain
<lain@soykaf.club>
Sat, 15 Jun 2019 09:11:45 +0000
(11:11 +0200)
docs/api/differences_in_mastoapi_responses.md
patch
|
blob
|
history
diff --git
a/docs/api/differences_in_mastoapi_responses.md
b/docs/api/differences_in_mastoapi_responses.md
index a336799dc40d23a2e40ee50570b3ffdfabe8c722..3ee7115cf5b696c58848eb45dc1989ce0498b3b2 100644
(file)
--- a/
docs/api/differences_in_mastoapi_responses.md
+++ b/
docs/api/differences_in_mastoapi_responses.md
@@
-44,6
+44,7
@@
Has these additional fields under the `pleroma` object:
- `hide_followers`: boolean, true when the user has follower hiding enabled
- `hide_follows`: boolean, true when the user has follow hiding enabled
- `settings_store`: A generic map of settings for frontends. Opaque to the backend. Only returned in `verify_credentials` and `update_credentials`
+- `chat_token`: The token needed for Pleroma chat. Only returned in `verify_credentials`
### Source