Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
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.
Tests gift price visibility, new price copy, and a monthly default in Nitro gifting.
This measures how quickly buyers understand gift price and duration, and whether defaulting to a one-month gift changes selection and checkout completion.
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
}
}default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}