Merge pull request #3492 from matrix-org/travis/hide-images

Add an option to hide image previews
This commit is contained in:
Travis Ralston 2019-10-02 12:46:45 -06:00 committed by GitHub
commit b94c94db04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 139 additions and 22 deletions

View file

@ -413,4 +413,9 @@ export const SETTINGS = {
),
default: true,
},
"showImages": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td("Show previews/thumbnails for images"),
default: true,
},
};