Fetch profiles for pending members
This commit is contained in:
@@ -4734,6 +4734,13 @@ async function applyGroupState({
|
|||||||
if (groupState.membersPendingAdminApproval) {
|
if (groupState.membersPendingAdminApproval) {
|
||||||
result.pendingAdminApprovalV2 = groupState.membersPendingAdminApproval.map(
|
result.pendingAdminApprovalV2 = groupState.membersPendingAdminApproval.map(
|
||||||
member => {
|
member => {
|
||||||
|
if (member.profileKey) {
|
||||||
|
newProfileKeys.push({
|
||||||
|
profileKey: member.profileKey,
|
||||||
|
uuid: UUID.cast(member.userId),
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
uuid: UUID.cast(member.userId),
|
uuid: UUID.cast(member.userId),
|
||||||
timestamp: member.timestamp,
|
timestamp: member.timestamp,
|
||||||
|
Reference in New Issue
Block a user