i'm inspecting the postgres and i can see i have t...
# spicedb
c
i'm inspecting the postgres and i can see i have these tuples
Copy code
| namespace    | object_id     | relation      | userset_namespace | userset_object_id | userset_relation |
| --------     | -------       | -------       | -------           | -------           | -------          |
| group        | <group-id>    | member        | user              | <user-id>         | ...              |
| prompt       | <prompt-id>   | groupviewer   | group             | <group-id>        | member           |
still i get two hits on
<group-id>
Initially i also related the user who created the group to be a member of it so i would have 2 group members i thought maybe that caused the duplicate but now when i changed it so that the creator is not associated with the group anymore i still got the duplicate
5 Views