Sender Key: Prepare for production
This commit is contained in:
parent
f226822dff
commit
bff3f0c74a
14 changed files with 334 additions and 183 deletions
|
@ -1322,7 +1322,7 @@ export async function modifyGroupV2({
|
|||
profileKey,
|
||||
},
|
||||
conversation,
|
||||
ContentHint.SUPPLEMENTARY,
|
||||
ContentHint.DEFAULT,
|
||||
sendOptions
|
||||
)
|
||||
);
|
||||
|
@ -1696,7 +1696,7 @@ export async function createGroupV2({
|
|||
profileKey,
|
||||
},
|
||||
conversation,
|
||||
ContentHint.SUPPLEMENTARY,
|
||||
ContentHint.DEFAULT,
|
||||
sendOptions
|
||||
),
|
||||
timestamp,
|
||||
|
@ -2226,7 +2226,7 @@ export async function initiateMigrationToGroupV2(
|
|||
profileKey: ourProfileKey,
|
||||
},
|
||||
conversation,
|
||||
ContentHint.SUPPLEMENTARY,
|
||||
ContentHint.DEFAULT,
|
||||
sendOptions
|
||||
),
|
||||
timestamp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue