📝 Describe the bug
The site currently uses only the user ID as a member list ID when viewing a group. However, the same user can be added multiple times.
🔄 To Reproduce
- Add the same user as multiple posts in Gamma
- Go to /groups/
Encountered two children with the same key
📷 Screenshots
No response
💡 Additional context
This can be resolved if we use (user_id, post_id) as a list ID instead, as (user_id, group_id, post_id) has a unique constraint in Gamma.
📝 Describe the bug
The site currently uses only the user ID as a member list ID when viewing a group. However, the same user can be added multiple times.
🔄 To Reproduce
Encountered two children with the same key📷 Screenshots
No response
💡 Additional context
This can be resolved if we use (user_id, post_id) as a list ID instead, as (user_id, group_id, post_id) has a unique constraint in Gamma.