You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Add option to hide other people's read receipts.
Addresses vector-im/riot-web#2526 Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
@@ -44,6 +44,10 @@ const SETTINGS_LABELS = [
|
||||
id: 'autoplayGifsAndVideos',
|
||||
label: 'Autoplay GIFs and videos',
|
||||
},
|
||||
{
|
||||
id: 'hideReadReceipts',
|
||||
label: 'Hide read receipts'
|
||||
},
|
||||
/*
|
||||
{
|
||||
id: 'alwaysShowTimestamps',
|
||||
|
||||
Reference in New Issue
Block a user