remove unused lastPresenceTs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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

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;
}