remove unused lastPresenceTs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-10-25 12:56:23 +01:00
parent c896dfb17b
commit f3c8951d4e
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 0 additions and 1 deletions

View File

@ -786,7 +786,6 @@ module.exports = withMatrixClient(React.createClass({
if (this.props.member.user) {
presenceState = this.props.member.user.presence;
presenceLastActiveAgo = this.props.member.user.lastActiveAgo;
// const presenceLastTs = this.props.member.user.lastPresenceTs;
presenceCurrentlyActive = this.props.member.user.currentlyActive;
}