1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Merge pull request #2691 from matrix-org/t3chguy/user_typing_memberinfo

view user on click typing tile
This commit is contained in:
Travis Ralston
2019-02-24 17:38:25 -07:00
committed by GitHub

View File

@@ -170,6 +170,7 @@ module.exports = React.createClass({
width={24} width={24}
height={24} height={24}
resizeMethod="crop" resizeMethod="crop"
viewUserOnClick={true}
/> />
); );
}); });