Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
Tests raising the maximum profile bio length from 190 to 300 characters.
People can explain more about themselves or their role in a server, although the audience and rollout remain dependent on experiment assignment.
default {
"maxLength": "r.NA2"
}variations {
"0": {
"maxLength": "r.NA2"
},
"1": {
"maxLength": "r.wKD"
}
}Lets the desktop app use multiple spelling dictionaries at the same time.
People who switch between languages can get delayed or mismatched spelling feedback under a single-language detector. Applying several dictionaries can reduce that friction without requiring a manual language switch.
default {
"enableElectronMultilangSpellcheck": false
}variations {
"1": {
"enableElectronMultilangSpellcheck": true
}
}Calculates a minimum 20 MB per-file upload limit on the web and shows that same limit in oversized-file guidance.
People whose existing per-file limit is below 20 MB can send larger files, and failure guidance stays aligned with the limit actually being applied.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Shows non-subscribers a Call of Duty: MW4 reward prompt on the Nitro tab and connects it to Nitro signup.
It presents a time-limited game benefit as a reason to subscribe and joins subscription and reward discovery into one path.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Shows Nitro subscribers a Call of Duty: MW4 early-access reward badge and prompt on the Nitro tab.
It makes a time-limited Nitro game benefit discoverable from the tab entry point and shortens the path to the claim card.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Shows a profile-popout coachmark that introduces creating a personal widget with Nitro.
Even when profile widget editing exists, people may not discover its entry point. This prompt introduces it at the moment they view their own profile.
default {
"enabled": false,
"showCreateEntrypoint": false
}variations {
"0": {
"enabled": false,
"showCreateEntrypoint": false
},
"1": {
"enabled": true,
"showCreateEntrypoint": false
},
"2": {
"enabled": true,
"showCreateEntrypoint": true
}
}default {
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
}variations {
"0": {
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
},
"1": {
"combineMentionAutocomplete": false,
"enabled": true,
"showNewTag": true
},
"2": {
"combineMentionAutocomple...