Tracking background updates from the Discord alpha client.
Current build hash: 24d7e488e4a436e57b984bc17cd249cc791d9c01
Creates an order before checkout and updates it when the payment method changes.
This can keep order data consistent across checkout steps, but the additional order preparation also affects startup time and recovery from payment errors.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Enables gift-card balance and code redemption inside checkout.
Gift-card users can see their balance and add a code without leaving checkout. It also helps prevent selecting the wallet when the balance cannot cover the purchase.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Tests an order-first flow when redeeming Shop items with Orbs.
Keeping redemption and item delivery on one order can make failures easier to recover and explain. Users may notice different loading, error handling, or confirmation timing during redemption.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Opens the add-payment flow with a unified payment selector.
A unified selector can make checkout shorter and more consistent. It also tests whether every supported payment method remains discoverable and usable in the new flow.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Uses a lower upload bitrate for some 720p high-frame-rate streams in boosted servers.
Lower bandwidth can make screen sharing more stable on constrained connections, but fast-moving video may lose some visual detail.
default {
"bitrate": 9000000,
"enabled": false
}variations {
"1": {
"bitrate": 3500000,
"enabled": true
}
}Uses a new experiment assignment to decide whether server theming is available.
Discord can expand the server-theme rollout without overriding existing assignments. Different servers may therefore see different theme availability on the same settings surfaces.
default {
"enabled": false,
"gatesApex": false,
"inExperiment": false
}variations {
"0": {
"enabled": false,
"gatesApex": false,
"inExperiment": true
},
"1": {
"enabled": true,
"gatesApex": false,
"inExperiment": true
},
"2": {
"enabled": false,
"gatesApex": true,
"inExperime...Applies profile theme colors to participant tile backgrounds in video calls.
Video tiles can look more consistent with each user's profile customization. The mobile chat-input layout keys included in this change do not have a confirmed consumer in the current web bundle.
default {
"chatInputFloating": false,
"chatInputLegacySendButton": false,
"enabled": false
}variations {
"0": {
"chatInputFloating": false,
"chatInputLegacySendButton": false,
"enabled": false
},
"1": {
"chatInputFloating": false,
"chatInputLegacySendButton": false,
"enabled": true
},
"2": {
"chatInputFl...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
}
}Uses the new badge image source first in user profile badge lists.
This checks whether profile badges remain complete and reliable while Discord moves them to a new image source. Users may notice differences in image clarity or loading stability rather than a new control.
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.
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...