Tracking background updates from the Discord alpha client.
Current build hash: c26d15d8baf472e5ccaa681858e548cc8f93665a
Adds Game Profiles as a distinct search target in Quick Switcher.
People who open Game Profiles often can find them directly from Quick Switcher instead of navigating through other menus.
default {
"alternatePosition": false,
"enabled": false
}variations {
"0": {
"alternatePosition": false,
"enabled": false
},
"1": {
"alternatePosition": false,
"enabled": true
},
"2": {
"alternatePosition": true,
"enabled": true
}
}Adds a room-and-seat flow such as “Living Room” inside server voice channels.
This can make a voice channel feel more like a shared room with visible positions, changing how people join, leave, and move inside voice spaces.
default {
"enabled": false,
"interactionsEnabled": false,
"multipleRoomsEnabled": false,
"posturesEnabled": false
}Expands an order-first checkout flow for Shop and game storefront purchases.
Creating the order earlier can change how price confirmation, waiting states, and payment errors appear before purchase completion.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Changes the discount copy and badges shown for Nitro annual plans.
Annual billing is a larger upfront purchase, so clearer savings copy can affect whether buyers understand and choose it.
variations {
"0": 0,
"1": 1,
"2": 2,
"3": 3,
"4": 4
}Sets a minimum size for very small capture frames in screen sharing and Clips recording.
Users may not see a new control, but small-window sharing and Clips capture can become more stable or clearer.
default {
"minCaptureHeight": 0,
"minCaptureWidth": 0
}variations {
"1": {
"minCaptureHeight": 130,
"minCaptureWidth": 130
}
}Syncs dismissed friendship-anniversary gift prompts so they do not reappear unnecessarily.
This reduces repeated gift prompts that a user already dismissed and keeps prompt state more consistent across devices.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Preloads app widgets and activity details before a profile card opens.
Profiles with app widgets or game activity can fill in faster and avoid blank sections after opening. The tradeoff is that some data may be requested before the card is actually shown.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Changes the badge style and explanation surface for personalized offers on the Nitro tab.
This tests whether users notice relevant Nitro offers more easily and which level of emphasis is useful without being distracting.
default {
"badgeStyle": "TH.v.GRADIENT",
"surface": "TH.F.NONE"
}variations {
"0": {
"badgeStyle": "TH.v.GRADIENT",
"surface": "TH.F.NONE"
},
"1": {
"badgeStyle": "TH.v.EXPRESSIVE",
"surface": "TH.F.POPOVER"
},
"2": {
"badgeStyle": "TH.v.GRADIENT",
"surface": "TH.F.POPOVER"
},...Fetches autocomplete results while searching for game names.
This can help users pick the right game faster without typing the full name.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Uses League of Legends match events as auto-clipping signals on supported PCs.
Game events can identify important match moments more accurately than audio or screen changes alone. It does not apply when League is not running or auto-clipping is off.
default {
"enableLeagueEvents": false
}variations {
"1": {
"enableLeagueEvents": true
}
}Shows a monthly rate alongside the Server Boost checkout total.
This makes the recurring nature of the purchase and the expected monthly cost clearer before payment.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Switches Server Boost purchases to a refreshed plan-selection and review flow.
The refresh can make quantity and cost easier to understand before purchase while handling existing Nitro subscriptions and externally billed subscriptions more consistently.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}