Added support for rendering mentions.

This commit is contained in:
Thomas Mathews 2023-01-16 19:52:41 -08:00
parent 20d56bf3fe
commit 7ccb07ffc3
5 changed files with 69 additions and 12 deletions

View file

@ -72,6 +72,7 @@ async function webapp_init() {
// WARNING Order Matters!
init_message_textareas();
init_timeline(model);
init_my_pfp(model);
init_postbox(model);
init_profile();