mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-11 21:28:14 +09:00
✌️
This commit is contained in:
parent
0ef280377b
commit
30752b0fff
@ -258,6 +258,9 @@ export async function deleteUser(user: string | mongo.ObjectID | IUser) {
|
|||||||
).map(x => deleteNotification(x)));
|
).map(x => deleteNotification(x)));
|
||||||
|
|
||||||
// このユーザーを削除
|
// このユーザーを削除
|
||||||
|
await User.remove({
|
||||||
|
_id: u._id
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user