Merge branch 'next' into account-history

This commit is contained in:
Belén Curcio
2018-01-11 14:45:23 -03:00
committed by GitHub
@@ -22,7 +22,7 @@ function getUserFlaggedType(actions) {
}
function hasSuspectedWords(actions) {
return actions.some((action) => action.__typename === 'FlagAction' && action.reason === 'Matched suspect word filter');
return actions.some((action) => action.__typename === 'FlagAction' && action.reason === 'SUSPECT_WORD');
}
function hasHistoryFlag(actions) {