mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Embed doesn't show comments from ignored users
This commit is contained in:
@@ -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]);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user