Skip to content

Commit

Permalink
Update crypto-ffi/bindings/js/CoreCrypto.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Amiot <[email protected]>
  • Loading branch information
beltram and OtaK authored Aug 14, 2023
1 parent ce58007 commit fce2844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto-ffi/bindings/js/CoreCrypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ export class CoreCrypto {
* into the local group state
*
* @param conversationId - The group's ID
* @returns eventually the buffered messages from current epoch which had been buffered
* @returns the messages from current epoch which had been buffered, if any
*/
async commitAccepted(conversationId: ConversationId): Promise<DecryptedMessage[] | undefined> {
return await CoreCryptoError.asyncMapErr(this.#cc.commit_accepted(conversationId));
Expand Down

0 comments on commit fce2844

Please sign in to comment.