Skip to content

Removed member still exists #75

@adisiji

Description

@adisiji

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions