text formatting fixes

pull/279/head
Travis Hardiman 2022-11-24 22:05:41 -05:00 zatwierdzone przez GitHub
rodzic 10b2a99842
commit 7efd6ad30e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -617,8 +617,8 @@ Media dicts
# Focus Metadata dict: # Focus Metadata dict:
{ {
'x': Focus point x coordinate (between -1 and 1) 'x': # Focus point x coordinate (between -1 and 1)
'y': Focus point x coordinate (between -1 and 1) 'y': # Focus point x coordinate (between -1 and 1)
} }
# Media colors dict: # Media colors dict:
@ -686,9 +686,9 @@ Instance dicts
'version': # The instance's Mastodon version 'version': # The instance's Mastodon version
'urls': # Additional URLs dict, presently only 'streaming_api' with the 'urls': # Additional URLs dict, presently only 'streaming_api' with the
# stream websocket address. # stream websocket address.
'stats: # A dictionary containing three stats, user_count (number of local users), 'stats': # A dictionary containing three stats, user_count (number of local users),
# status_count (number of local statuses) and domain_count (number of known # status_count (number of local statuses) and domain_count (number of known
# instance domains other than this one). # instance domains other than this one).
'contact_account': # User dict of the primary contact for the instance 'contact_account': # User dict of the primary contact for the instance
'languages': # Array of ISO 639-1 (two-letter) language codes the instance 'languages': # Array of ISO 639-1 (two-letter) language codes the instance
# has chosen to advertise. # has chosen to advertise.
@ -847,7 +847,7 @@ Announcement dicts
'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts 'emojis': # Custom emoji used in the annoucement, as a list of emoji dicts
'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here): 'reactions': # Reactions to the annoucement, as a list of reaction dicts (documented inline here):
[ { [ {
'name': '# Name of the custom emoji or unicode emoji of the reaction 'name': # Name of the custom emoji or unicode emoji of the reaction
'count': # Reaction counter (i.e. number of users who have added this reaction) 'count': # Reaction counter (i.e. number of users who have added this reaction)
'me': # True if the logged-in user has reacted with this emoji, false otherwise 'me': # True if the logged-in user has reacted with this emoji, false otherwise
'url': # URL for the custom emoji image 'url': # URL for the custom emoji image