actually backpropagate session id in identify to ws object

This commit is contained in:
Rory&
2026-03-06 00:59:24 +01:00
parent 3f756629e6
commit 378f907dce
+1
View File
@@ -164,6 +164,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
"opt for token refresh.",
);
this.session_id = session.session_id;
this.session = session;
this.session.status = identify.presence?.status || "online";
this.session.last_seen = new Date();