- Experiment ID
2026-04-consistent-profiles- Experiment Type
- apex / user
- Previous Type
- apex / user
- Analysis Summary
- Aligns guild-tag and avatar-decoration presentation in server member-list user rows with the newer profile treatment.
- Why It Matters
- A user's server identity and profile decoration can remain easier to recognize from the member list.
- Detailed Description
- In server member-list user rows, the enabled variant shows the guild tag beside the user name and renders the avatar and its decoration through the newer profile path.
- Hover and leave events also control decoration animation through that path.
- Current Canary's PeopleUserInfo directly reads the experiment to choose between the existing avatar treatment and the variant.
- The confirmed scope is the member-list user row, not every profile surface.
- Focus Area
- Member-list profile presentation
- Importance
- medium
- Default Config
{
"enabled": false
}- Variations
{
"1": {
"enabled": true
}
}- Previous Default Config
{
"enabled": false
}- Previous Variations
{
"1": {
"enabled": true
}
}