feat: allow removing members from groups#1110
Open
amycatgirl wants to merge 9 commits intostoatchat:mainfrom
Open
feat: allow removing members from groups#1110amycatgirl wants to merge 9 commits intostoatchat:mainfrom
amycatgirl wants to merge 9 commits intostoatchat:mainfrom
Conversation
Signed-off-by: Amy <amy+git@amogus.cloud>
closes stoatchat#1026 Signed-off-by: Amy <amy+git@amogus.cloud>
Signed-off-by: Amy <amy+git@amogus.cloud>
Signed-off-by: Amy <amy+git@amogus.cloud>
im on windows, which prefers crlf but prettier expects lf by default this makes prettier shut the fuck up about those since they add visual noise (webstorm and prettier lint warn about those) and git converts those to crlf after committing anyway (see core.autocrlf) Signed-off-by: Amy <amy+git@amogus.cloud>
Signed-off-by: Amy <amy+git@amogus.cloud>
Contributor
Author
|
I had to change the |
insertish
requested changes
Apr 12, 2026
Signed-off-by: Amy <amy+git@amogus.cloud>
Dadadah
approved these changes
Apr 18, 2026
Signed-off-by: Amy <138383945+amycatgirl@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apparently group owners could not remove members from groups because there wasn't an option to do so.
Fixes #1026
How was this PR tested?
Tried removing my alt account from a group I had created on the main stoat instance.
ManageChannelpermissionScreenshots & Screencasts (if appropriate)
Checklist:
Please declare, if any, LLM usage involved in creating this PR
Jetbrains WebStorm has an inline completion feature enabled by default that I wasn't aware at the time of writing the pull request's code.