Tracking background updates from the Discord alpha client.
Current build hash: 4501b89eda577636e87a440ad3f0fe4aade2d99b
Tests a sidebar-style profile layout when opening the profile card from the account menu.
The account popout is a common starting point for changing status, checking your profile, and editing profile details. A clearer layout can make those actions feel less cluttered and easier to scan.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Tests hiding the large featured area at the top of Quest Home during a short campaign window.
The top Quest Home area controls which quest or reward gets the strongest first impression. The date gate suggests Discord is testing a temporary home layout for a campaign period.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Makes Group DM invites show who invited whom and a clearer join action inside chat.
Group DM invites can be confusing if it is not clear who sent them or where they lead. Clearer invite cards help users decide whether to join and understand when they need to ask for a fresh invite.
Clarifies that a Nitro gift is for one month in gifting copy.
Gift checkout should make it clear how long the recipient will receive Nitro. Clearer duration copy helps buyers understand the gift terms before paying.
default {
"monthlyDefaultSelected": false,
"showGiftPrice": true,
"useNewCopy": false
}variations {
"1": {
"monthlyDefaultSelected": false,
"showGiftPrice": false,
"useNewCopy": false
},
"2": {
"monthlyDefaultSelected": false,
"showGiftPrice": true,
"useNewCopy": true
},
"3": {
"monthlyDefaultSelect...Lets users fine-tune or combine the app, emoji, GIF, and sticker buttons beside the chat box.
The chat box is used constantly, so small control changes can be very noticeable. Users on narrow layouts or those who use fewer media buttons can reduce clutter, while frequent users can keep the controls they need.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Tests opening a global soundboard wheel when the soundboard keybind is held.
Frequent soundboard users can pick sounds quickly without first navigating back to the voice screen. This mainly improves speed for users who rely on keybinds.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Adjusts the video processing path for Windows PCs using Intel graphics during voice or video calls.
Video calls and screen sharing can behave differently across hardware combinations. This experiment is scoped to Intel Windows systems to validate a more suitable processing path.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Tests whether the desktop app uses a WebP asset for its startup splash screen.
The startup splash asset can affect the first moments of perceived launch speed and resource use. The code confirms that enabled is passed into the DESKTOP_TTI_SPLASH_USE_WEBP setting.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Extends the private profile flow that explains who can see profile details like bios and connected accounts.
Profile bios, connected accounts, and activity details are sensitive visibility surfaces. The code uses this experiment alongside existing private profile gates in UserProfilePrivacyNotice and AccountCoachmark paths.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
},
"2": {
"enabled": true
},
"3": {
"enabled": true
}
}Tests how sponsored content or ad CTAs are measured from load through external click and impression states.
maxStep ranges from -1 to 4, letting Discord roll out and validate deeper CTA funnel measurement in controlled steps.
default {
"enabled": false,
"maxStep": -1
}variations {
"0": {
"enabled": false,
"maxStep": -1
},
"1": {
"enabled": true,
"maxStep": 0
},
"2": {
"enabled": true,
"maxStep": 1
},
"3": {
"enabled": true,
"maxStep": 2
},
"4": {
"enabled": true...Tests whether Steam timeline signals are included in game activity scoring.
Separating Steam timeline input lets Discord measure whether that activity signal improves scoring quality for game and clip experiences.
default {
"enableSteamTimeline": false
}variations {
"1": {
"enableSteamTimeline": true
}
}Tests a Windows voice-call setting that reduces echo when speakers are used instead of headphones.
Speaker calls can create echo when the other person’s audio is picked up by the mic. Splitting mix and auto lets Discord tune echo reduction with less impact on voice quality.
default {
"echoReferenceMode": "mix"
}variations {
"1": {
"echoReferenceMode": "auto"
}
}