use contentFilter on web

This commit is contained in:
Sean Yesmunt 2019-09-17 14:57:22 -04:00
parent 20f54d0a07
commit def421bfd6

View file

@ -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(),
]; ];