Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
Makes the game icon in the voice-call running-game card open the game's profile.
People can move from seeing what others are playing during a call to the game's profile more quickly. The previously confirmed user context remains useful historical context after deletion.
default {
"improvedGameCard": false
}variations {
"1": {
"improvedGameCard": true
}
}Makes the game name and icon in a server member-list activity card open the game's profile.
Users can move from seeing what a member is playing to the game's profile without searching for it separately. The previously confirmed user context remains useful historical context after deletion.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}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
}
}