Merge pull request #1004 from matrix-org/t3chguy/hide_redactions

allow hiding redactions, restoring old behaviour
This commit is contained in:
Matthew Hodgson 2017-06-02 12:27:52 +01:00 committed by GitHub
commit adfeff34ae
4 changed files with 39 additions and 23 deletions

View file

@ -84,6 +84,10 @@ const SETTINGS_LABELS = [
id: 'useCompactLayout',
label: 'Use compact timeline layout',
},
{
id: 'hideRedactions',
label: 'Hide removed messages',
},
/*
{
id: 'useFixedWidthFont',