Skip to content

Commit

Permalink
fix(MainContent): disallow markdown usage in username (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyTheCarrot authored Feb 15, 2023
1 parent f73019c commit 52fbb70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/[[server]]/@[account]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ onReactivated(() => {
timeline-title-style
:content="account ? getDisplayName(account) : t('nav.profile')"
:show-emojis="!getPreferences(userSettings, 'hideUsernameEmojis')"
:markdown="false"
/>
</template>

Expand Down

0 comments on commit 52fbb70

Please sign in to comment.