support directional content in pill member fake

pull/21833/head
Bruno Windels 2018-08-02 17:09:18 +02:00
parent 4b96e01410
commit e1843601be
1 changed files with 3 additions and 0 deletions

View File

@ -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) => {