show the room presence indicator, even when cross-singing is enabled
This commit is contained in:
parent
7aba168c34
commit
98f0a2ab67
1 changed files with 9 additions and 9 deletions
|
@ -491,6 +491,7 @@ export default createReactClass({
|
|||
alt="dm"
|
||||
/>;
|
||||
|
||||
}
|
||||
const { room } = this.props;
|
||||
const member = room.getMember(dmUserId);
|
||||
if (
|
||||
|
@ -500,7 +501,6 @@ export default createReactClass({
|
|||
const UserOnlineDot = sdk.getComponent('rooms.UserOnlineDot');
|
||||
dmOnline = <UserOnlineDot userId={dmUserId} />;
|
||||
}
|
||||
}
|
||||
|
||||
// The following labels are written in such a fashion to increase screen reader efficiency (speed).
|
||||
if (notifBadges && mentionBadges && !isInvite) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue