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,
|
timestamp,
|
||||||
contentHint,
|
contentHint,
|
||||||
groupId,
|
groupId,
|
||||||
sendOptions
|
{ ...sendOptions, online }
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -439,7 +439,7 @@ export async function sendToGroupViaSenderKey(options: {
|
||||||
timestamp,
|
timestamp,
|
||||||
contentHint,
|
contentHint,
|
||||||
groupId,
|
groupId,
|
||||||
sendOptions
|
{ ...sendOptions, online }
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue