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

Removed member still exists #75

Open
adisiji opened this issue Oct 21, 2021 · 1 comment
Open

Removed member still exists #75

adisiji opened this issue Oct 21, 2021 · 1 comment

Comments

@adisiji
Copy link

adisiji commented Oct 21, 2021

As a group admin, I want to remove the members.
Here is the code to remove member:

val group = Mesibo.getProfile(groupId)
group.groupProfile.removeMember(member.id)

*Note that this only invoked if the user has admin access

Then, the other user should get updated member via GroupListener Mesibo_onGroupMembersRemoved.
But it seems the other members didn't get the latest list member. So they don't see the member deleted by the admin, it has actually been deleted.

Android SDK Mesibo Version:

MESIBO_API = "1.8.11"
MESIBO_CALLS = "1.8.11"
MESIBO_UI = "1.8.11"

Thank You

@mesibo
Copy link
Owner

mesibo commented Oct 21, 2021

Please send us a ticket. We have a beta release coming this week, we can send you the link.

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

No branches or pull requests

2 participants