Fix max_reactions typedef

This commit is contained in:
Jeremy Kescher 2023-05-09 23:18:20 +02:00
parent c4d82b4170
commit 0859f5b511
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -62,7 +62,6 @@
* @property {boolean} limited_federation_mode
* @property {string} locale
* @property {string | null} mascot
* @property {number} max_reactions
* @property {string=} me
* @property {string=} moved_to_account_id
* @property {string=} owner
@ -97,6 +96,7 @@
* @property {object} local_settings
* @property {number} max_toot_chars
* @property {number} poll_limits
* @property {number} max_reactions
*/
const element = document.getElementById('initial-state');