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

fix: use flags instead of optional arguments when modifying groups #1100

Merged
merged 2 commits into from
Feb 5, 2023

Conversation

0utplay
Copy link
Member

@0utplay 0utplay commented Jan 29, 2023

Motivation

When adding a permission to an user or a group and you want to specify a timeout you would also have to set a targetGroup for the given permission.

Modification

Converted the optional arguments to flags to make sure that they can be used independently

Result

Every option can be used independently

@0utplay 0utplay added v: 4.X This pull should be included in the 4.0 release in: node An issue/pull request releated to the node module code t: fix A pull request introducing a fix for a bug. labels Jan 29, 2023
@0utplay 0utplay added this to the 4.0.0-RC7 milestone Jan 29, 2023
@0utplay 0utplay requested a review from derklaro January 29, 2023 18:15
@0utplay 0utplay self-assigned this Jan 29, 2023
@derklaro derklaro modified the milestones: 4.0.0-RC7, 4.0.0-RC8 Jan 29, 2023
@derklaro derklaro merged commit af53623 into nightly Feb 5, 2023
@derklaro derklaro deleted the permission-command branch February 5, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: node An issue/pull request releated to the node module code t: fix A pull request introducing a fix for a bug. v: 4.X This pull should be included in the 4.0 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants