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
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
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',