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 = [
// @if TARGET='app'
walletFilter,
contentFilter,
fileInfoFilter,
blockedFilter,
// @endif
appFilter,
searchFilter,
tagsFilter,
contentFilter,
createCompressor(),
];