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:
parent
ae8d04b35d
commit
e4c4adc517
2 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,10 @@ const SETTINGS_LABELS = [
|
|||
id: 'autoplayGifsAndVideos',
|
||||
label: 'Autoplay GIFs and videos',
|
||||
},
|
||||
{
|
||||
id: 'hideReadReceipts',
|
||||
label: 'Hide read receipts'
|
||||
},
|
||||
/*
|
||||
{
|
||||
id: 'alwaysShowTimestamps',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue