Check if emoji is already a local one

This commit is contained in:
Ekaterina Vaartis 2025-08-06 22:24:49 +03:00 committed by vaartis
commit e04d7d2c97
6 changed files with 26 additions and 3 deletions

View file

@ -19,6 +19,7 @@
:title="'@'+(user && user.screen_name_ui)"
:html="htmlTitle"
:emoji="user.emoji || []"
:is-local="user.is_local"
/>
</div>
</template>