Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into joriks/room-list-voip

This commit is contained in:
Jorik Schellekens 2020-07-07 15:04:22 +01:00
commit 527fe24cd6
42 changed files with 1072 additions and 238 deletions

View file

@ -146,7 +146,7 @@ const BaseAvatar = (props: IProps) => {
);
} else {
return (
<span className="mx_BaseAvatar" ref={inputRef} {...otherProps}>
<span className="mx_BaseAvatar" ref={inputRef} {...otherProps} role="presentation">
{ textNode }
{ imgNode }
</span>