Support sending hidden read receipts
Fixes https://github.com/vector-im/riot-web/issues/2527
This commit is contained in:
parent
46ee52a406
commit
af35cdc2ea
4 changed files with 14 additions and 0 deletions
|
@ -394,4 +394,11 @@ export const SETTINGS = {
|
|||
// This is a tri-state value, where `null` means "prompt the user".
|
||||
default: null,
|
||||
},
|
||||
"sendReadReceipts": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td(
|
||||
"Send read receipts for messages (requires compatible homeserver to disable)",
|
||||
),
|
||||
default: true,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue