diff --git a/res/css/views/avatars/_MemberStatusMessageAvatar.scss b/res/css/views/avatars/_MemberStatusMessageAvatar.scss index 166dc1a2c7..4027bfa514 100644 --- a/res/css/views/avatars/_MemberStatusMessageAvatar.scss +++ b/res/css/views/avatars/_MemberStatusMessageAvatar.scss @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -.mx_MemberStatusMessageAvatar { -} - .mx_MemberStatusMessageAvatar_contextMenu_message { display: inline-block; border-radius: 3px 0 0 3px; diff --git a/src/components/views/rooms/EntityTile.js b/src/components/views/rooms/EntityTile.js index a5b75b89bf..46c5502310 100644 --- a/src/components/views/rooms/EntityTile.js +++ b/src/components/views/rooms/EntityTile.js @@ -126,8 +126,8 @@ const EntityTile = React.createClass({ let nameClasses = 'mx_EntityTile_name'; if (this.props.showPresence) { presenceLabel = ; + currentlyActive={this.props.presenceCurrentlyActive} + presenceState={this.props.presenceState} />; nameClasses += ' mx_EntityTile_name_hover'; } if (this.props.subtextLabel) { @@ -135,9 +135,9 @@ const EntityTile = React.createClass({ } nameEl = (
- + - {name} + { name } {presenceLabel}