Skip to content

Commit

Permalink
Ensure that typing indicators are always sent with online = true
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Nonnenberg <scott@signal.org>
  • Loading branch information
automated-signal and scottnonnenberg-signal committed Jun 16, 2021
1 parent c18d1c4 commit 6505b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/util/sendToGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export async function sendContentMessageToGroup({
timestamp,
contentHint,
groupId,
sendOptions
{ ...sendOptions, online }
);
}

Expand Down Expand Up @@ -438,7 +438,7 @@ export async function sendToGroupViaSenderKey(options: {
timestamp,
contentHint,
groupId,
sendOptions
{ ...sendOptions, online }
);

return {
Expand Down

0 comments on commit 6505b58

Please sign in to comment.