1
0

Fix max_reactions typedef

This commit is contained in:
Jeremy Kescher 2023-05-09 23:18:20 +02:00
parent af549a7d8d
commit 0fe3bc4309
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 {boolean} limited_federation_mode
* @property {string} locale * @property {string} locale
* @property {string | null} mascot * @property {string | null} mascot
* @property {number} max_reactions
* @property {string=} me * @property {string=} me
* @property {string=} moved_to_account_id * @property {string=} moved_to_account_id
* @property {string=} owner * @property {string=} owner
@ -97,6 +96,7 @@
* @property {object} local_settings * @property {object} local_settings
* @property {number} max_toot_chars * @property {number} max_toot_chars
* @property {number} poll_limits * @property {number} poll_limits
* @property {number} max_reactions
*/ */
const element = document.getElementById('initial-state'); const element = document.getElementById('initial-state');