1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

allow hiding of avatar/display name changes

This commit is contained in:
Michael Telatynski
2017-08-04 17:22:01 +01:00
parent 91c96c1c27
commit ffdffb643d
3 changed files with 28 additions and 25 deletions

View File

@@ -85,6 +85,10 @@ const SETTINGS_LABELS = [
id: 'hideJoinLeaves',
label: 'Hide join/leave messages (invites/kicks/bans unaffected)',
},
{
id: 'hideAvatarDisplaynameChanges',
label: 'Hide Avatar and Display Name changes',
},
{
id: 'useCompactLayout',
label: 'Use compact timeline layout',