Embed doesn't show comments from ignored users

This commit is contained in:
Benjamin Goering
2017-04-11 14:20:37 -07:00
parent c7d8c40770
commit 873da1cea9
10 changed files with 135 additions and 22 deletions
-1
View File
@@ -18,7 +18,6 @@ const ignoreUser = async ({user}, userToIgnore) => {
};
const stopIgnoringUser = async ({user}, userToStopIgnoring) => {
console.log('stopIgnoringUser!!');
return await UsersService.stopIgnoringUsers(user.id, [userToStopIgnoring.id]);
};