Tracking background updates from the Discord alpha client.
Current build hash: 1d882dff1838c8d045254fcc01cfc9e5f8cf5746
Syncs dismissed friendship-anniversary gift prompts so they do not reappear unnecessarily.
This reduces repeated gift prompts that a user already dismissed and keeps prompt state more consistent across devices.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}default {
"enabled": false,
"variant": 0
}variations {
"0": {
"enabled": false,
"variant": 0
},
"1": {
"enabled": true,
"variant": 1
},
"2": {
"enabled": true,
"variant": 2
},
"3": {
"enabled": true,
"variant": 3
},
"4": {
"enabled": true,...Preloads app widgets and activity details before a profile card opens.
Profiles with app widgets or game activity can fill in faster and avoid blank sections after opening. The tradeoff is that some data may be requested before the card is actually shown.
default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}variations {
"0": false,
"1": true
}default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}Changes the badge style and explanation surface for personalized offers on the Nitro tab.
This tests whether users notice relevant Nitro offers more easily and which level of emphasis is useful without being distracting.
default {
"badgeStyle": "go.v.GRADIENT",
"surface": "go.F.NONE"
}variations {
"0": {
"badgeStyle": "go.v.GRADIENT",
"surface": "go.F.NONE"
},
"1": {
"badgeStyle": "go.v.EXPRESSIVE",
"surface": "go.F.POPOVER"
},
"2": {
"badgeStyle": "go.v.GRADIENT",
"surface": "go.F.POPOVER"
},...variations {
"0": false,
"1": true
}Fetches autocomplete results while searching for game names.
This can help users pick the right game faster without typing the full name.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}default {
"buttonVariant": "primary",
"enabled": false
}variations {
"1": {
"buttonVariant": "overlay-primary",
"enabled": true
}
}default {
"enabled": false,
"showClose": true
}variations {
"1": {
"enabled": true,
"showClose": false
},
"2": {
"enabled": true,
"showClose": true
}
}Uses League of Legends match events as auto-clipping signals on supported PCs.
Game events can identify important match moments more accurately than audio or screen changes alone. It does not apply when League is not running or auto-clipping is off.
default {
"enableLeagueEvents": false
}variations {
"1": {
"enableLeagueEvents": true
}
}