mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 13:48:15 +08:00
Merge branch 'master' into e2e-env-fix
This commit is contained in:
@@ -20,7 +20,7 @@ const createAction = ({user = {}}, {item_id, item_type, action_type, metadata =
|
||||
metadata
|
||||
}).then((result) =>
|
||||
item_type === 'USERS' && action_type === 'FLAG' ?
|
||||
UsersService.setStatus(user.id, 'PENDING').then(() => result)
|
||||
UsersService.setStatus(item_id, 'PENDING').then(() => result)
|
||||
: result);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user