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:
turt2live 2017-04-21 14:28:28 -06:00
parent ae8d04b35d
commit e4c4adc517
2 changed files with 10 additions and 0 deletions

View file

@ -44,6 +44,10 @@ const SETTINGS_LABELS = [
id: 'autoplayGifsAndVideos',
label: 'Autoplay GIFs and videos',
},
{
id: 'hideReadReceipts',
label: 'Hide read receipts'
},
/*
{
id: 'alwaysShowTimestamps',