mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
Fix typo
This commit is contained in:
@@ -136,7 +136,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
tokenData.session ??
|
||||
Session.create({
|
||||
user_id: this.user_id,
|
||||
session_id = this.session_id,
|
||||
session_id: this.session_id,
|
||||
});
|
||||
|
||||
this.session.status = identify.presence?.status || "online";
|
||||
|
||||
Reference in New Issue
Block a user