mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-05 02:05:45 +00:00
oooops
This commit is contained in:
@@ -28,7 +28,7 @@ export async function Close(this: WebSocket, code: number, reason: Buffer) {
|
||||
this.removeAllListeners();
|
||||
|
||||
if (this.session_id) {
|
||||
await Session.delete({ session_id: this.session_id });
|
||||
// await Session.delete({ session_id: this.session_id });
|
||||
|
||||
const voiceState = await VoiceState.findOne({
|
||||
where: { user_id: this.user_id },
|
||||
|
||||
Reference in New Issue
Block a user