Remove a console log from the maddyrtc branch
This commit is contained in:
parent
e314eb7604
commit
dbe96d32f2
@ -34,8 +34,6 @@ import { Recipient } from "@fosscord/util";
|
||||
// TODO: check if already identified
|
||||
|
||||
export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
console.log(data);
|
||||
|
||||
clearTimeout(this.readyTimeout);
|
||||
if (typeof data.d?.client_state?.highest_last_message_id === "number")
|
||||
data.d.client_state.highest_last_message_id += "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user