diff options
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index a1d9695..10e18c0 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -617,8 +617,8 @@ Media dicts | |||
617 | 617 | ||
618 | # Focus Metadata dict: | 618 | # Focus Metadata dict: |
619 | { | 619 | { |
620 | 'x': Focus point x coordinate (between -1 and 1) | 620 | 'x': # Focus point x coordinate (between -1 and 1) |
621 | 'y': Focus point x coordinate (between -1 and 1) | 621 | 'y': # Focus point x coordinate (between -1 and 1) |
622 | } | 622 | } |
623 | 623 | ||
624 | # Media colors dict: | 624 | # Media colors dict: |
@@ -686,9 +686,9 @@ Instance dicts | |||
686 | 'version': # The instance's Mastodon version | 686 | 'version': # The instance's Mastodon version |
687 | 'urls': # Additional URLs dict, presently only 'streaming_api' with the | 687 | 'urls': # Additional URLs dict, presently only 'streaming_api' with the |
688 | # stream websocket address. | 688 | # stream websocket address. |
689 | 'stats: # A dictionary containing three stats, user_count (number of local users), | 689 | 'stats': # A dictionary containing three stats, user_count (number of local users), |
690 | # status_count (number of local statuses) and domain_count (number of known | 690 | # status_count (number of local statuses) and domain_count (number of known |
691 | # instance domains other than this one). | 691 | # instance domains other than this one). |
692 | 'contact_account': # User dict of the primary contact for the instance | 692 | 'contact_account': # User dict of the primary contact for the instance |
693 | 'languages': # Array of ISO 639-1 (two-letter) language codes the instance | 693 | 'languages': # Array of ISO 639-1 (two-letter) language codes the instance |
694 | # has chosen to advertise. | 694 | # has chosen to advertise. |
@@ -847,7 +847,7 @@ Announcement dicts | |||
847 | 'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts | 847 | 'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts |
848 | 'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here): | 848 | 'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here): |
849 | [ { | 849 | [ { |
850 | 'name': '# Name of the custom emoji or unicode emoji of the reaction | 850 | 'name': # Name of the custom emoji or unicode emoji of the reaction |
851 | 'count': # Reaction counter (i.e. number of users who have added this reaction) | 851 | 'count': # Reaction counter (i.e. number of users who have added this reaction) |
852 | 'me': # True if the logged-in user has reacted with this emoji, false otherwise | 852 | 'me': # True if the logged-in user has reacted with this emoji, false otherwise |
853 | 'url': # URL for the custom emoji image | 853 | 'url': # URL for the custom emoji image |