Merge pull request #1272 from matrix-org/t3chguy/hide_other_events

allow hiding of avatar/display name changes
This commit is contained in:
Luke Barnard 2017-08-10 15:35:11 +01:00 committed by GitHub
commit d3ba1f40dc
3 changed files with 30 additions and 26 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',