Merge branch 'fix-chat-errors' into threecolumn

* fix-chat-errors:
  fix some chat errors/warnings that sometimes happen
  Fix incorrect close of a status popover when clicking Expand inside it
  fix tests
  fix hashtags by explicitly putting attributes
This commit is contained in:
Henry Jameson 2022-04-20 20:23:34 +03:00
commit e388dbc168
4 changed files with 13 additions and 9 deletions

View file

@ -14,10 +14,11 @@
/>
</router-link>
<RichContent
v-if="user"
class="username"
:title="'@'+(user && user.screen_name_ui)"
:html="htmlTitle"
:emoji="user.emoji"
:emoji="user.emoji || []"
/>
</div>
</template>