mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: グループメンバーリスト取得ロジックの変更
Signed-off-by: WhiteChi <whitechi73@outlook.com>
This commit is contained in:
parent
688041b6be
commit
ae1684a885
@ -68,6 +68,12 @@ internal object GroupSvc: BaseSvc() {
|
||||
}.getOrThrow()
|
||||
}
|
||||
|
||||
getGroupInfo(groupId, refresh).onSuccess {
|
||||
if(it.wMemberNum > memberList.size) {
|
||||
return getGroupMemberList(groupId, true)
|
||||
}
|
||||
}
|
||||
|
||||
return Result.success(memberList)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user