Tracking background updates from the Discord alpha client.
Current build hash: 558c1c86e0d541d6fb9c553bbe32de88389cf865
Processes voice and stream server updates immediately instead of waiting for the normal dispatch queue.
This may reduce short stalls while calls or streams wait for updated server details, although the visible effect varies by connection conditions.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Adds saved Clips previews and playback to the widget area of user profiles.
Profile visitors can discover and play representative Clips without opening the full gallery first, making game moments easier to share as profile content.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Compares how long new accounts wait before some dismissible guidance and promotions can appear.
This can test whether reducing early prompt overload makes onboarding clearer without delaying useful guidance too much.
default {
"newUserCooldownMs": "o.A.Millis.DAY"
}Lets Rocket League match events feed Discord's Auto Clips processing.
Discord can identify meaningful match moments as Clip candidates without relying entirely on manual capture, making highlights easier to preserve.
default {
"enableRocketLeagueEvents": false
}variations {
"1": {
"enableRocketLeagueEvents": true
}
}Enables virtual backgrounds in video calls on supported iPhones and iPads.
More mobile callers can hide their surroundings or choose a preferred background during video calls.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Lets eligible Nitro users raise a group DM's participant limit to 25 people.
Nitro users can create larger private group conversations, while people at the limit get a clearer explanation and upgrade path.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Compares a compact Soundboard quick picker with the full picker from the voice panel button.
This can reduce the steps and pointer movement needed to play sounds during a call and compare whether a compact picker is faster than the full list.
default {
"enabled": false,
"showOnRTCHover": false,
"showQuickAccess": false
}variations {
"1": {
"enabled": true,
"showOnRTCHover": true,
"showQuickAccess": true
},
"2": {
"enabled": true,
"showOnRTCHover": true,
"showQuickAccess": false
}
}Changes the presentation style of the primary-server tag shown beside a username.
This can compare whether a primary-server tag fits more naturally beside a name. There is no evidence that the underlying server identity shown by the tag changes.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Adds a server-specific Top Sounds section to the voice-channel Soundboard.
People can find sounds commonly used in their server without searching, while Discord can compare whether the section works better near the top or later in the picker.
default {
"enabled": false,
"topSoundsFirst": false
}variations {
"1": {
"enabled": true,
"topSoundsFirst": true
},
"2": {
"enabled": true,
"topSoundsFirst": false
}
}Starts Discord’s network-synchronized clock for Clips recording instead of relying only on local timing.
A shared time reference may help keep video, audio, and clip events aligned, but the user-visible improvement still needs measurement.
default {
"useNtpClock": false
}variations {
"1": {
"useNtpClock": true
}
}Opens a management view where people can reorder profile badges or hide them from public display.
People gain more control over which badges appear publicly and the order in which their profile presents them.
default {
"enabled": false,
"tenureBadgeHideable": false
}variations {
"1": {
"enabled": true,
"tenureBadgeHideable": true
},
"2": {
"enabled": true,
"tenureBadgeHideable": false
}
}Converts HEIC and HEIF photos to JPEG before uploading them from the web client.
This may make photos more reliable to open where HEIC support is limited, while comparing the balance between converted image quality and file size.
default {
"enabled": false,
"quality": 60
}variations {
"0": {
"enabled": false,
"quality": 60
},
"1": {
"enabled": true,
"quality": 60
},
"2": {
"enabled": true,
"quality": 80
}
}