From 34afb98fcf2982c4a34f6245150b553894af4ea5 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 15 Jun 2021 16:32:12 -0700 Subject: [PATCH] Ensure that typing indicators are always sent with online = true --- ts/util/sendToGroup.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/util/sendToGroup.ts b/ts/util/sendToGroup.ts index 127af8bc28fc..8406a12feacb 100644 --- a/ts/util/sendToGroup.ts +++ b/ts/util/sendToGroup.ts @@ -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 {