implement currently_active

This commit is contained in:
Matthew Hodgson 2016-03-16 22:44:54 +00:00
parent 58d46825ce
commit 500b88dc36
4 changed files with 5 additions and 1 deletions

View file

@ -49,6 +49,7 @@ module.exports = React.createClass({
return (
<EntityTile {...this.props} presenceState={user.presence} presenceActiveAgo={active}
presenceCurrentlyActive={ user.currentlyActive }
name={name} title={user.userId} avatarJsx={avatarJsx} />
);
}