Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platfom symbols for D1 accounts no longer show up #10038

Closed
lowPolySkeleton opened this issue Nov 4, 2023 · 1 comment · Fixed by #10039
Closed

Platfom symbols for D1 accounts no longer show up #10038

lowPolySkeleton opened this issue Nov 4, 2023 · 1 comment · Fixed by #10039

Comments

@lowPolySkeleton
Copy link
Member

DIM Version

Current beta and prod

Browser Details

All

OS Details

All

Describe the bug

Screenshot_20231102_110537_Edge

Logs

No response

@robojumper
Copy link
Member

Likely regression from #9916:

Also filtered out Stadia (unless it's the only account type)

But the code does

.filter((p) => account.platforms.length > 1 && p !== BungieMembershipType.TigerStadia)

which always filters out Stadia and also accounts with only one platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants