use contentFilter on web
This commit is contained in:
parent
20f54d0a07
commit
def421bfd6
1 changed files with 1 additions and 1 deletions
|
@ -66,13 +66,13 @@ const whiteListedReducers = [
|
||||||
const transforms = [
|
const transforms = [
|
||||||
// @if TARGET='app'
|
// @if TARGET='app'
|
||||||
walletFilter,
|
walletFilter,
|
||||||
contentFilter,
|
|
||||||
fileInfoFilter,
|
fileInfoFilter,
|
||||||
blockedFilter,
|
blockedFilter,
|
||||||
// @endif
|
// @endif
|
||||||
appFilter,
|
appFilter,
|
||||||
searchFilter,
|
searchFilter,
|
||||||
tagsFilter,
|
tagsFilter,
|
||||||
|
contentFilter,
|
||||||
createCompressor(),
|
createCompressor(),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue