Ensure that typing indicators are always sent with online = true
This commit is contained in:
parent
9dd7e763c4
commit
34afb98fcf
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue