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

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 {