mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add option to send read receipts for all received data messages
Fixes #850
This commit is contained in:
parent
fd92a96e1a
commit
27dbc671e0
7 changed files with 30 additions and 6 deletions
|
@ -357,6 +357,9 @@ Default is 5 seconds.
|
|||
*--ignore-attachments*::
|
||||
Don’t download attachments of received messages.
|
||||
|
||||
*--send-read-receipts*::
|
||||
Send read receipts for all incoming data messages (in addition to the default delivery receipts)
|
||||
|
||||
=== joinGroup
|
||||
|
||||
Join a group via an invitation link.
|
||||
|
@ -628,6 +631,9 @@ See signal-cli-jsonrpc (5) for info on the JSON-RPC interface.
|
|||
*--ignore-attachments*::
|
||||
Don’t download attachments of received messages.
|
||||
|
||||
*--send-read-receipts*::
|
||||
Send read receipts for all incoming data messages (in addition to the default delivery receipts)
|
||||
|
||||
*--no-receive-stdout*::
|
||||
Don’t print received messages to stdout.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue