Commit 43f1d07
committed
Fix cross-environment thread mixing and unstable atom family key
- Add environmentId check to thread filter in ArchivedThreadsPanel to
prevent threads from different environments being grouped together
when they share the same projectId.
- Sort environment IDs before joining in makeArchivedThreadsEnvironmentKey
to produce a stable atom family key regardless of input order.1 parent 98e7c10 commit 43f1d07
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
1337 | | - | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
1338 | 1341 | | |
1339 | 1342 | | |
1340 | 1343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments