mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
temp hack: ...and dont forget to save it
This commit is contained in:
@@ -106,6 +106,7 @@ export const checkToken = (
|
||||
status: "online",
|
||||
client_info: {},
|
||||
});
|
||||
await session.save();
|
||||
logAuth("validateUser rejected: Session not found");
|
||||
return rejectAndLog(reject, 401, "Invalid Token");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user