Deluan 2ff6d91057 fix(participants): add separator to dedup key to avoid prefix collisions
Per Gemini review on PR #5527: the dedup key was 'ID+SubRole' with no
separator, so (ID='12', SubRole='3') and (ID='1', SubRole='23') would
collide. Real-world risk is negligible (artist IDs are fixed-length
MD5 hashes), but the fix is trivial — use a NUL byte that cannot
appear in either field.
2026-05-24 22:21:53 -03:00
..
2026-05-20 17:43:12 -03:00
2025-07-18 18:41:12 -04:00
2025-07-18 18:41:12 -04:00
2025-03-23 11:53:43 -04:00
2026-02-08 09:57:30 -05:00
2026-02-08 09:57:30 -05:00