Tracking background updates from the Discord alpha client.
Current build hash: 4a251e1c8e6efee35e6cc8daca1c4c41f8850781
Separates game mention enablement, New-label exposure, and combined mention autocomplete behavior.
Mentioning games inside chat connects Discord to active play sessions, so autocomplete integration can affect discoverability and typing speed.
default {
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
}variations {
"0": {
"combineMentionAutocomplete": false,
"enabled": false,
"showNewTag": false
},
"1": {
"combineMentionAutocomplete": false,
"enabled": true,
"showNewTag": true
},
"2": {
"combineMentionAutocomple...