Add missing visible_reactions to vanilla initial_state typedef

This commit is contained in:
Jeremy Kescher 2023-05-09 23:20:21 +02:00
parent 010569da7b
commit 711fee1508
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -81,6 +81,7 @@
* @property {boolean} use_blurhash
* @property {boolean=} use_pending_items
* @property {string} version
* @property {number} visible_reactions
*/
/**
@ -89,6 +90,7 @@
* @property {InitialStateLanguage[]} languages
* @property {InitialStateMeta} meta
* @property {number} max_toot_chars
* @property {number} max_reactions
*/
const element = document.getElementById('initial-state');