From 8a28dd467540526d133972907d39f2a1eded929b Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Tue, 20 Dec 2022 23:18:52 -0500 Subject: Client: update to canary 165341 --- assets/client_test/developers.html | 12 ++++++------ assets/client_test/index.html | 16 ++++++++-------- assets/schemas.json | 8 ++++++++ 3 files changed, 22 insertions(+), 14 deletions(-) (limited to 'assets') diff --git a/assets/client_test/developers.html b/assets/client_test/developers.html index 47fb0f4b..0378b90f 100644 --- a/assets/client_test/developers.html +++ b/assets/client_test/developers.html @@ -23,7 +23,7 @@ BRAINTREE_KEY: "production_5st77rrc_49pp2rp4phym7387", STRIPE_KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi", MARKETING_ENDPOINT: "//discord.com", - RELEASE_CHANNEL: "stable", + RELEASE_CHANNEL: "canary", ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0" }; GLOBAL_ENV.MEDIA_PROXY_ENDPOINT = location.protocol + "//" + GLOBAL_ENV.CDN_HOST; @@ -32,12 +32,12 @@ localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT); localStorage.setItem( "DeveloperOptionsStore", - `{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":true,"logAnalyticsEvents":true,"sourceMapsEnabled":false,"axeEnabled":false}` + `{"trace":false,"canary":true,"logGatewayEvents":true,"logOverlayEvents":true,"logAnalyticsEvents":true,"sourceMapsEnabled":false,"axeEnabled":false}` ); - - - + + + - \ No newline at end of file + diff --git a/assets/client_test/index.html b/assets/client_test/index.html index c1f80dfe..c6833930 100644 --- a/assets/client_test/index.html +++ b/assets/client_test/index.html @@ -24,7 +24,7 @@ INVITE_HOST: `${location.hostname}/invite`, GUILD_TEMPLATE_HOST: "${location.host}/template", GIFT_CODE_HOST: "${location.hostname}/gift", - RELEASE_CHANNEL: "stable", + RELEASE_CHANNEL: "canary", MARKETING_ENDPOINT: "//discord.com", BRAINTREE_KEY: "production_5st77rrc_49pp2rp4phym7387", STRIPE_KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi", @@ -33,7 +33,7 @@ ACTIVITY_APPLICATION_HOST: "discordsays.com", PROJECT_ENV: "production", REMOTE_AUTH_ENDPOINT: "//localhost:3020", - SENTRY_TAGS: { buildId: "75e36d9", buildType: "normal" }, + SENTRY_TAGS: { buildId: "d5b97e42230075cb9634c419c0cf4d2f8f9ada53", buildType: "normal" }, MIGRATION_SOURCE_ORIGIN: "https://${location.hostname}", MIGRATION_DESTINATION_ORIGIN: "https://${location.hostname}", HTML_TIMESTAMP: Date.now(), @@ -42,7 +42,7 @@ window.localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT); window.localStorage.setItem( "DeveloperOptionsStore", - `{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":true,"logAnalyticsEvents":true,"sourceMapsEnabled":false,"axeEnabled":false}` + `{"trace":false,"canary":true,"logGatewayEvents":true,"logOverlayEvents":true,"logAnalyticsEvents":true,"sourceMapsEnabled":false,"axeEnabled":false}` ); @@ -128,11 +128,11 @@
- - - - + + + + - \ No newline at end of file + diff --git a/assets/schemas.json b/assets/schemas.json index 59fcc952..874c4f88 100644 --- a/assets/schemas.json +++ b/assets/schemas.json @@ -10863,6 +10863,10 @@ }, "private_channels_version": { "type": "integer" + }, + "guild_versions": {}, + "api_code_version": { + "type": "integer" } }, "additionalProperties": false @@ -10885,6 +10889,10 @@ }, "useruserGuildSettingsVersion": { "type": "integer" + }, + "guildVersions": {}, + "apiCodeVersion": { + "type": "integer" } }, "additionalProperties": false -- cgit 1.4.1