fix(MainContent): disallow markdown usage in username (#1618)
parent
f73019c1fd
commit
52fbb70a08
|
@ -27,6 +27,7 @@ onReactivated(() => {
|
|||
timeline-title-style
|
||||
:content="account ? getDisplayName(account) : t('nav.profile')"
|
||||
:show-emojis="!getPreferences(userSettings, 'hideUsernameEmojis')"
|
||||
:markdown="false"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue