Send and receive PniSignatureMessage
This commit is contained in:
parent
95be24e8f7
commit
00cfd92dd0
43 changed files with 1082 additions and 164 deletions
|
@ -53,6 +53,7 @@ import type {
|
|||
ConversationType,
|
||||
ConversationMetricsType,
|
||||
DeleteSentProtoRecipientOptionsType,
|
||||
DeleteSentProtoRecipientResultType,
|
||||
EmojiType,
|
||||
GetUnreadByConversationAndMarkReadResultType,
|
||||
GetConversationRangeCenteredOnMessageResultType,
|
||||
|
@ -952,8 +953,8 @@ async function deleteSentProtoRecipient(
|
|||
options:
|
||||
| DeleteSentProtoRecipientOptionsType
|
||||
| ReadonlyArray<DeleteSentProtoRecipientOptionsType>
|
||||
): Promise<void> {
|
||||
await channels.deleteSentProtoRecipient(options);
|
||||
): Promise<DeleteSentProtoRecipientResultType> {
|
||||
return channels.deleteSentProtoRecipient(options);
|
||||
}
|
||||
|
||||
async function getSentProtoByRecipient(options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue