Merge pull request #1272 from matrix-org/t3chguy/hide_other_events
allow hiding of avatar/display name changes
This commit is contained in:
commit
d3ba1f40dc
3 changed files with 30 additions and 26 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue