From c55f083a28a4c5f9dac70b67828ea968d72688a3 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 22 May 2019 15:25:34 -0600 Subject: [PATCH] Always mute timestamp from screen readers The short time is still read out (eg: 15:24), however by ignoring the anchor we prevent the reader from saying the title of the containing span. This prevents readers saying "Wed May 22, 2019 at 15:24 15:24". See https://github.com/vector-im/riot-web/issues/9747 --- src/components/views/rooms/EventTile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index bbc8faa3f5..866624df16 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -789,7 +789,7 @@ module.exports = withMatrixClient(React.createClass({ { sender }
- + { timestamp } { this._renderE2EPadlock() }