parent
b0b7932f5f
commit
f2649f7807
5 changed files with 10 additions and 10 deletions
|
@ -895,7 +895,7 @@ module.exports = withMatrixClient(React.createClass({
|
|||
presenceState = this.props.member.user.presence;
|
||||
presenceLastActiveAgo = this.props.member.user.lastActiveAgo;
|
||||
presenceCurrentlyActive = this.props.member.user.currentlyActive;
|
||||
statusMessage = this.props.member.user.statusMessage;
|
||||
statusMessage = this.props.member.user._unstable_statusMessage;
|
||||
}
|
||||
|
||||
const room = this.props.matrixClient.getRoom(this.props.member.roomId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue