Skip to content

Commit 99a6de0

Browse files
Explicitly specify status for temp sessions, since that suddenly broke...?
1 parent dfc4776 commit 99a6de0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gateway/opcodes/Identify.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
134134
session: Session.create({
135135
user_id: this.user_id,
136136
session_id: this.session_id,
137+
status: "offline", // ??? why wasnt this required before
137138
}),
138139
isNewSession: true,
139140
};

0 commit comments

Comments
 (0)