Pillify event permalinks (#10392)

This commit is contained in:
Michael Weimann 2023-03-21 10:23:20 +01:00 committed by GitHub
parent d8acdd1750
commit 96d1b74ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 742 additions and 144 deletions

View file

@ -618,7 +618,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
},
"Pill.shouldShowPillAvatar": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td("Show avatars in user and room mentions"),
displayName: _td("Show avatars in user, room and event mentions"),
default: true,
invertedSettingName: "Pill.shouldHidePillAvatar",
},