Merge branch 'fix-chat-errors' into 'develop'
fix some chat errors/warnings that sometimes happen See merge request pleroma/pleroma-fe!1515
This commit is contained in:
commit
92b04ba7df
1 changed files with 2 additions and 1 deletions
|
@ -14,10 +14,11 @@
|
||||||
/>
|
/>
|
||||||
</router-link>
|
</router-link>
|
||||||
<RichContent
|
<RichContent
|
||||||
|
v-if="user"
|
||||||
class="username"
|
class="username"
|
||||||
:title="'@'+user.screen_name_ui"
|
:title="'@'+user.screen_name_ui"
|
||||||
:html="htmlTitle"
|
:html="htmlTitle"
|
||||||
:emoji="user.emoji"
|
:emoji="user.emoji || []"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue