Skip to content

Commit 6b3c491

Browse files
committed
chore: wip
1 parent db0ce21 commit 6b3c491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ts/state/ducks/metaGroups.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ const initNewGroupInWrapper = createAsyncThunk(
172172
const member = uniqMembers[index];
173173
const memberProfileDetails = ConvoHub.use().get(member).getPrivateProfileDetails() || null;
174174
const profilePic = memberProfileDetails?.toHexProfilePicture() || null;
175+
debugger;
175176

176177
// we just create the members in the state. Their invite state defaults to NOT_SENT,
177178
// which will make our logic kick in to send them an invite in the `GroupInviteJob`

0 commit comments

Comments
 (0)