[Glitch] Add option to disable blurhash previews

Port 3086c645fd to glitch-soc
This commit is contained in:
ThibG
2019-06-26 19:33:04 +02:00
committed by Thibaut Girka
parent 383136d9bb
commit 4175f13155
3 changed files with 6 additions and 3 deletions

View File

@@ -29,5 +29,6 @@ export const mascot = getMeta('mascot');
export const isStaff = getMeta('is_staff');
export const defaultContentType = getMeta('default_content_type');
export const forceSingleColumn = getMeta('advanced_layout') === false;
export const useBlurhash = getMeta('use_blurhash');
export default initialState;