-
Notifications
You must be signed in to change notification settings - Fork 4
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(groups): group user list #810
Conversation
Download the app installers for this pull request: |
Hey Kevin! I think this bug fits the scope of this pr but we can handle it in another ticket if need be. So while testing it seems removing a user on the top bar will work fine but if you scroll through the list and remove them from there it doesn't actually remove them it will just reselect them Screen.Recording.2024-11-01.at.12.51.17.PM.mov |
yes thats intended. the list shows ALL friends of yours. if they are selected they are in the group |
Yeah I see the list shows all your friends but check out the video I added again. If you try to unselect someone from the list it just re adds them quickly same with trying to select someone from the list when you click them it'll select them for a moment and then unselect them |
@Flemmli97 It just work to add a user to the group, but it does not work to remove user from a group. See the video video below to understand: Screen.Recording.2024-11-05.at.13.26.26.mov |
hmm its working on my end 2024-11-05.17-34-02.mp4can you post the logs? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes necessary yet.
Never mind, probably was a cache problem here. Now it is working good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good and it is working as expected as well.
Screen.Recording.2024-11-05.at.14.18.53.mov
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gravacao.do.ecra.2024-11-05.as.23.57.38.mov
does not work if you are not the group creator
flow
- someone else creates the group
- try to do the above flow
- it removes and after some seconds adds right away
only works if you are the group creator
yes. permission got redone with new wasm update |
i would suggest we keep this pr as is as ill address the permission thing in another pr |
added blocked label, being discussed with flem |
after discussing with flem, merging as is and will fix the non admin stuff in another PR |
What this PR does 📖
Fix group participants inconsistency:
Resolve bug(Groups): Cannot add friend to already existing groups #764 764