mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Ensure that typing indicators are always sent with online = true
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user