* Reverted shutdown mechanism
* Socket authentication fix for Cloudflare users
- Cloudflare formats headers
* Steam auth verbose
* Upload artifacts to CDN and send Discord webhook link in #dev
This commit is contained in:
@@ -21,13 +21,10 @@ import express from "express";
|
||||
import Matchmaking from "../../data/live/base.ts";
|
||||
import Presence, { PresenceExport } from "../../data/live/presence.ts";
|
||||
import { AuthType } from "../../data/users.ts";
|
||||
import Logging from "@proxnet/undead-logging";
|
||||
import UnifiedProfile from "../../data/profiles.ts";
|
||||
import { PlayerStatusVisibility, VRMovementMode } from "../../data/live/types.ts";
|
||||
import { SettingKey } from "../../data/content/settings.ts";
|
||||
|
||||
const log = new Logging("MatchPlayerRoute");
|
||||
|
||||
export const route = APIUtils.createRouter('/player');
|
||||
|
||||
interface BaseLoginLock {
|
||||
@@ -57,7 +54,6 @@ route.router.get('/',
|
||||
}
|
||||
|
||||
rs.json(presExport);
|
||||
log.d(JSON.stringify(presExport));
|
||||
}
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user