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 b5eb2b639c
commit f26f4676db
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

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