also need to delete these aliases

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle
2024-01-29 22:08:16 +07:00
parent 366905149f
commit 990c8b2202

View File

@@ -118,6 +118,8 @@ module.exports = (ws, req, onClose) => {
ws.events.delete(origID);
ws.pendingEOSE.delete(origID);
ws.pause_subs.delete(origID);
ws.fakesubalias.delete(origID);
ws.subalias.delete(faked);
cancel_EOSETimeout(ws.id, origID);
data[1] = faked;