You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
Ideally all memberships are deleted when deleting a group. At least fetching a usergroup from a membership should return {} if the group does not exist anymore.
(Assuming #76 is resolved)
I got
UserGroup undefined
errors when activating a GroupInvitation.The line below would be the problem.
https://github.com/blockstack/radiks/blob/0d97225e9b828d5348960236fdd4b83c266cbdaa/src/models/group-membership.ts#L91
The code above is trying to get the UserGroup of a GroupMembership model.
https://github.com/blockstack/radiks/blob/0d97225e9b828d5348960236fdd4b83c266cbdaa/src/models/group-membership.ts#L40
When the GroupMembership's UserGroup is deleted, it makes sense that the error would occur.
Should radiks handle this situation or should the app dev? @hstove
The text was updated successfully, but these errors were encountered: