Ensure that typing indicators are always sent with online = true

This commit is contained in:
Scott Nonnenberg 2021-06-15 16:32:12 -07:00 committed by GitHub
parent 9dd7e763c4
commit 34afb98fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ export async function sendContentMessageToGroup({
timestamp,
contentHint,
groupId,
sendOptions
{ ...sendOptions, online }
);
}
@ -439,7 +439,7 @@ export async function sendToGroupViaSenderKey(options: {
timestamp,
contentHint,
groupId,
sendOptions
{ ...sendOptions, online }
);
return {