mirror of https://github.com/vector-im/riot-web
remove unused lastPresenceTs
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
c896dfb17b
commit
f3c8951d4e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue