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

Edit verified group members, problem with non verified users #545

Closed
ralphtheninja opened this issue Jan 6, 2019 · 3 comments
Closed

Edit verified group members, problem with non verified users #545

ralphtheninja opened this issue Jan 6, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ralphtheninja
Copy link
Member

ralphtheninja commented Jan 6, 2019

  • select verified group
  • select edit group in menu
  • add non verified group member
  • click Save
  • get error about trying to add a non bidirectionally verified member

Expected behavior: When editing a verified group you should only be allowed to see verified members or you shouldn't be able to select them into the group in the first place.

@ralphtheninja ralphtheninja added the bug Something isn't working label Jan 6, 2019
@Jikstra
Copy link
Contributor

Jikstra commented Jan 8, 2019

I guess we only need to filter out non-verified members from the ContactList component. Shouldn't be too hard.

@r10s
Copy link
Member

r10s commented Jan 8, 2019

a list of verified-only contacts is available with dc_get_contacts(... DC_GCL_VERIFIED_ONLY ...)

@ralphtheninja
Copy link
Member Author

I guess we only need to filter out non-verified members from the ContactList component. Shouldn't be too hard.

Yeah, we did this before but it broke somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants