fix chat user titles

This commit is contained in:
Henry Jameson 2022-03-17 08:37:01 +02:00
parent be4244acde
commit b62653c202
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
import UserAvatar from '../user_avatar/user_avatar.vue'
import RichContent from 'src/components/rich_content/rich_content.jsx'
export default {
name: 'ChatTitle',
components: {
UserAvatar
UserAvatar,
RichContent
},
props: [
'user', 'withAvatar'