aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2020-02-16 17:17:44 +0100
committerLorenz Diener <[email protected]>2020-02-16 17:17:44 +0100
commit766e638dae503b36a4cac0e120a7c2d6819c5dcc (patch)
treefad83a95fa82ae3770c6d3eb372749c50355bd77 /docs
parent3b8d5b1e7bc1697d4cc402cc12087e407d94c6ff (diff)
downloadmastodon.py-766e638dae503b36a4cac0e120a7c2d6819c5dcc.tar.gz
Fix documentation of "group" attribute
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b3a1596..0e0daa9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -252,7 +252,8 @@ User dicts
252 'display_name': # The user's display name 252 'display_name': # The user's display name
253 'discoverable': # True if the user is listed in the user directory, false if not. None 253 'discoverable': # True if the user is listed in the user directory, false if not. None
254 # for remote users. 254 # for remote users.
255 'group': # A surprise attribute that will help us later. 255 'group': # A boolean indicating whether the account represents a group rather than an
256 # individual.
256 'locked': # Denotes whether the account can be followed without a follow request 257 'locked': # Denotes whether the account can be followed without a follow request
257 'created_at': # Account creation time 258 'created_at': # Account creation time
258 'following_count': # How many people they follow 259 'following_count': # How many people they follow
Powered by cgit v1.2.3 (git 2.41.0)