1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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
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',