- Experiment ID
2026-05-mobile-lurker-server-preview- Experiment Type
- apex / user
- Previous Treatments
- Analysis Summary
- Makes servers previewed before joining easier to keep and find again through the lurker preview flow.
- Why It Matters
- stickyLurk is the key value for preview persistence, connecting the experiment to server discovery and join conversion after previewing a guild.
- Detailed Description
- This mobile lurker experiment controls whether server preview state sticks around.
- In the Canary chunk, LurkerPreviewManager sets missing expirations 60 seconds out when stickyLurk is enabled, and evicts older lurker previews when more than three are present.
- Focus Area
- Server preview
- Importance
- high
- Default Config
{
"enabled": false,
"stickyLurk": false
}- Variations
{
"1": {
"enabled": true,
"stickyLurk": false
},
"2": {
"enabled": true,
"stickyLurk": true
}
}- Previous Default Config
- Previous Variations
- Signals
- GUILD_STOP_LURKING
- LURKER_PREVIEW_SET_EXPIRY
- LurkerPreviewManager.ensureMissingExpiries
- LurkerPreviewManager.evictOverflowingLurkers
- Locations
- LurkerPreviewManager.ensureMissingExpiries
- LurkerPreviewManager.evictOverflowingLurkers
- UI IDs
- Linked Commands