openimsdk / open-im-sdk-reactnative

IM ReactNative
MIT License
38 stars 54 forks source link

[BUG] OpenIMSDKRN.getGroupMemberList 调用没有返回群主信息,只有群成员 #45

Open 15975019972 opened 1 week ago

15975019972 commented 1 week ago

OpenIM Server Version

3.7.1

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

[BUG] OpenIMSDKRN.getGroupMemberList 调用没有返回群主信息,只有群成员;修改filter也没有返回相关的筛选项; 参数 const params = { groupID, filter: "ALL", offset: 1, count: 500, };

Screenshots Link

No response

15975019972 commented 1 week ago

所有的filter选项都只返回一个

lgz5689 commented 3 days ago

The filter argument is of type number and passes 0 to return all members