parent
b0b7932f5f
commit
f2649f7807
5 changed files with 10 additions and 10 deletions
|
@ -257,8 +257,8 @@ module.exports = React.createClass({
|
|||
if (!isInvite && isJoined && looksLikeDm) {
|
||||
const selfId = MatrixClientPeg.get().getUserId();
|
||||
const otherMember = this.props.room.currentState.getMembersExcept([selfId])[0];
|
||||
if (otherMember.user && otherMember.user.statusMessage) {
|
||||
subtext = otherMember.user.statusMessage;
|
||||
if (otherMember.user && otherMember.user._unstable_statusMessage) {
|
||||
subtext = otherMember.user._unstable_statusMessage;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue