jbcallaghan

Results 11 comments of jbcallaghan

The following mod works, checking the clientType to see if it is copilot. @sio.on("connect") # pyright: ignore [reportOptionalCall] async def connect(sid: str, environ, auth): user: User | PersistedUser | None...