You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
support directional content in pill member fake
This commit is contained in:
@@ -187,6 +187,9 @@ const Pill = React.createClass({
|
||||
getContent: () => {
|
||||
return {avatar_url: resp.avatar_url};
|
||||
},
|
||||
getDirectionalContent: function() {
|
||||
return this.getContent();
|
||||
}
|
||||
};
|
||||
this.setState({member});
|
||||
}).catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user