Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update global admin for member role changes #304

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

pgautier404
Copy link
Contributor

No description provided.

Copy link
Contributor

@rishtigupta rishtigupta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@@ -100,7 +109,8 @@ message _ListInvitationsForAccountRequest {}

message _Invitation {
string id = 1;
_Member member = 2;
_Member member = 2; // TODO: deprecate after migrating to new roles
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to remove these fields that have TODO: deprecate tag? it can be done later as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to just remove them later I think.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good!

@pgautier404 pgautier404 merged commit fdf33a9 into main Jan 29, 2025
7 checks passed
@pgautier404 pgautier404 deleted the global-admin-update branch January 29, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants