邀请好友

This commit is contained in:
2022-02-21 14:01:20 +08:00
parent 31ff366457
commit 77ed9dd6f9
4 changed files with 130 additions and 155 deletions

View File

@@ -60,8 +60,7 @@ const getPendingList = (callback, total) => {
// 群组申请列表,邀请列表
const getGroupPendinglist = (targetId, callback) => {
total = total || 100
RongIMLib.getConversationList([RongIMLib.ConversationType.SYSTEM], total, 0, (res) => {
RongIMLib.getConversationList([RongIMLib.ConversationType.SYSTEM], 100, 0, (res) => {
if (res.code === 0) {
const pendings = res.conversations.filter((item) => {
return item.targetId == targetId &&