feat: add userData to action:user.delete

v1.18.x
Barış Soner Uşaklı 5 years ago
parent a263897627
commit 9542ef1285

@ -168,6 +168,7 @@ async function deleteUsers(socket, uids, method) {
callerUid: socket.uid,
uid: uid,
ip: socket.ip,
user: userData,
});
}
try {

Loading…
Cancel
Save