We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0ce21 commit 6b3c491Copy full SHA for 6b3c491
ts/state/ducks/metaGroups.ts
@@ -172,6 +172,7 @@ const initNewGroupInWrapper = createAsyncThunk(
172
const member = uniqMembers[index];
173
const memberProfileDetails = ConvoHub.use().get(member).getPrivateProfileDetails() || null;
174
const profilePic = memberProfileDetails?.toHexProfilePicture() || null;
175
+ debugger;
176
177
// we just create the members in the state. Their invite state defaults to NOT_SENT,
178
// which will make our logic kick in to send them an invite in the `GroupInviteJob`
0 commit comments