Support sending hidden read receipts
Fixes https://github.com/vector-im/riot-web/issues/2527
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user