mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:21:11 +08:00
FEATURE: Approve suspect users is now true by default. The suspect users list was removed (#9151)
This commit is contained in:
@ -637,7 +637,7 @@ export function applyDefaultHandlers(pretender) {
|
||||
return response(200, store);
|
||||
});
|
||||
|
||||
pretender.get("/admin/users/list/suspect.json", () => {
|
||||
pretender.get("/admin/users/list/new.json", () => {
|
||||
return response(200, [
|
||||
{
|
||||
id: 2,
|
||||
|
Reference in New Issue
Block a user