Send read receipts for events in thread's timeline (#7229)
This commit is contained in:
parent
279caecde7
commit
3d4ece02e8
3 changed files with 17 additions and 10 deletions
|
@ -1294,6 +1294,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
case TileShape.Thread: {
|
||||
const room = this.context.getRoom(this.props.mxEvent.getRoomId());
|
||||
return React.createElement(this.props.as || "li", {
|
||||
"ref": this.ref,
|
||||
"className": classes,
|
||||
"aria-live": ariaLive,
|
||||
"aria-atomic": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue