Tracking background updates from the Discord alpha client.
Current build hash: 558c1c86e0d541d6fb9c553bbe32de88389cf865
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
}
}default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Promotes the Call of Duty: MW4 Early Access Beta reward in a top-of-app nagbar.
This can make the reward window and required action more visible than relying on discovery inside Nitro Home. The action differs by membership: redeem the reward directly or subscribe first.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Lets desktop users open channels and routes in multiple tabs, then pin or close those tabs.
People can move among conversations or server views without losing their previous location. Pinning and opening new tabs makes navigation inside Discord behave more like a browser workspace.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}default {
"source": "hook"
}variations {
"0": {
"source": "hook"
},
"1": {
"source": "store"
},
"2": {
"source": "shadow"
}
}Shows a channel invite banner above the chat composer when a joinable game activity is available.
People can send a join invite directly from the current chat instead of finding a separate menu. The dismissal memory affects the balance between discoverability and interruption.
default {
"showBanner": false
}variations {
"1": {
"showBanner": true
}
}Centers a shared Discord user profile preview by removing the duplicate raw URL from link-only messages.
A shared profile can be easier to scan when the message focuses on the preview card instead of a long duplicate URL. The content-only condition also avoids removing ordinary conversation around a link.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Shows camera, screen-share, and connected-call notices when video features are restricted in a region.
Affected users cannot start camera video or screen sharing and see a policy-specific explanation instead of a generic device error. The change separates joining a call from the availability of its video features.
default {
"videoEnabled": true
}variations {
"1": {
"videoEnabled": false
},
"2": {
"videoEnabled": false
}
}Lets people choose a future date and time for a message, then edit or delete the scheduled item.
People can time messages for another time zone or a later announcement without relying on a separate reminder tool. The ability to reopen, edit, or cancel scheduled items is central to making that workflow usable.