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

[BUG] After setting changeGroupMemberMute successfully, group member information is not updated after the mute period ends, and the onGroupMemberInfoChanged interface is not triggered. #154

Open
wo3330102 opened this issue Dec 18, 2024 · 1 comment

Comments

@wo3330102
Copy link

OpenIM Server Version

3.8.2

Operating System and CPU Architecture

Windows (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

管理员在群组中通过changeGroupMemberMute接口设置成员禁言,该成员禁言时间结束后没有同步更新信息,
image

通过getGroupMemberList接口获取的muteEndTime时长在当前时间之前,
image

并且onGroupMemberInfoChanged接口也并未被触发

Screenshots Link

image

@wo3330102 wo3330102 changed the title [BUG] [BUG] changeGroupMemberMute 设置成功,禁言结束后没有更新群成员信息,且onGroupMemberInfoChanged接口未触发 Dec 18, 2024
@Bloomingg Bloomingg changed the title [BUG] changeGroupMemberMute 设置成功,禁言结束后没有更新群成员信息,且onGroupMemberInfoChanged接口未触发 [BUG] After setting changeGroupMemberMute successfully, group member information is not updated after the mute period ends, and the onGroupMemberInfoChanged interface is not triggered. Dec 23, 2024
@Bloomingg
Copy link
Member

After it ends, it will not trigger changes in group members. You can determine whether the mute has ended by checking whether muteEndTime is greater than the current time.

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