You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
wo3330102
changed the title
[BUG]
[BUG] changeGroupMemberMute 设置成功,禁言结束后没有更新群成员信息,且onGroupMemberInfoChanged接口未触发
Dec 18, 2024
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
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.
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接口设置成员禁言,该成员禁言时间结束后没有同步更新信息,
通过getGroupMemberList接口获取的muteEndTime时长在当前时间之前,
并且onGroupMemberInfoChanged接口也并未被触发
Screenshots Link
The text was updated successfully, but these errors were encountered: