- Experiment ID
2026-06-add-to-dm-customize- Experiment Type
- apex / user
- Previous Treatments
- Analysis Summary
- Tests group-DM customization and cancel-button behavior before adding people to a one-to-one DM.
- Why It Matters
- canCustomizeGDM controls pre-invite editing, while addCancelButton controls exit handling, both of which can reduce accidental group DM changes and improve invite conversion.
- Detailed Description
- This experiment changes the flow for expanding an existing one-to-one DM into a group DM.
- In the Canary chunk, canCustomizeGDM and addCancelButton are read from the DM Channel Invite Modal config; when canCustomizeGDM is enabled, the existing recipient is included in the recipient set and the updateGDM path is used.
- Focus Area
- Group DM
- Importance
- high
- Config Keys
- addCancelButton
- canCustomizeGDM
- Default Config
{
"addCancelButton": false,
"canCustomizeGDM": false
}- Variations
{
"1": {
"addCancelButton": false,
"canCustomizeGDM": true
},
"2": {
"addCancelButton": true,
"canCustomizeGDM": true
}
}- Previous Default Config
- Previous Variations
- Signals
- Locations
- UI IDs
- Linked Commands