mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix(MainContent): disallow markdown usage in username (#1618)
This commit is contained in:
parent
f73019c1fd
commit
52fbb70a08
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue