fix(MainContent): disallow markdown usage in username (#1618)

zio/stable
Tuur Martens 2023-02-15 11:21:33 +01:00 committed by GitHub
parent f73019c1fd
commit 52fbb70a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ onReactivated(() => {
timeline-title-style timeline-title-style
:content="account ? getDisplayName(account) : t('nav.profile')" :content="account ? getDisplayName(account) : t('nav.profile')"
:show-emojis="!getPreferences(userSettings, 'hideUsernameEmojis')" :show-emojis="!getPreferences(userSettings, 'hideUsernameEmojis')"
:markdown="false"
/> />
</template> </template>