[Glitch] Fix reporting from profile

Port b7cf11d5a9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2022-02-23 21:37:02 +01:00
parent fc2c65d79f
commit ae3cd3b84c
3 changed files with 1 additions and 80 deletions

View File

@@ -17,7 +17,6 @@ import push_notifications from './push_notifications';
import status_lists from './status_lists';
import mutes from './mutes';
import blocks from './blocks';
// import reports from './reports';
import rules from './rules';
import boosts from './boosts';
import contexts from './contexts';
@@ -65,7 +64,6 @@ const reducers = {
push_notifications,
mutes,
blocks,
// reports,
rules,
boosts,
contexts,