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}`
);
</script>
- <script src="/assets/38f40c32d3c8a2fdf73b.js" integrity=""></script>
- <script src="/assets/aa190934324e05fcc35c.js" integrity=""></script>
- <script src="/assets/45664a0209e828a528b4.js" integrity=""></script>
+ <script src="/assets/1cebe9b2b9ed8283ce52.js" integrity=""></script>
+ <script src="/assets/b48be57bceaf40c221ac.js" integrity=""></script>
+ <script src="/assets/b6e25718b296713dc29d.js" integrity=""></script>
</body>
-</html>
\ No newline at end of file
+</html>
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}`
);
</script>
@@ -128,11 +128,11 @@
<body>
<div id="app-mount"></div>
- <script src="/assets/83ace7450e110d16319e.js"></script>
- <script src="/assets/e02290aaa8dac5d195c2.js"></script>
- <script src="/assets/4f3b3c576b879a5f75d1.js"></script>
- <script src="/assets/699456246fdfe7589855.js"></script>
+ <script src="/assets/b456855ec667950dcf68.js"></script>
+ <script src="/assets/cfb9efe961b2bf3647bc.js"></script>
+ <script src="/assets/f98a039261c37f892cbf.js"></script>
+ <script src="/assets/4470c87bb13810847db0.js"></script>
<!-- plugin marker -->
</body>
-</html>
\ No newline at end of file
+</html>
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
|