mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
remove unused lastPresenceTs
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
c896dfb17b
commit
f3c8951d4e
1 changed files with 0 additions and 1 deletions
|
@ -786,7 +786,6 @@ module.exports = withMatrixClient(React.createClass({
|
||||||
if (this.props.member.user) {
|
if (this.props.member.user) {
|
||||||
presenceState = this.props.member.user.presence;
|
presenceState = this.props.member.user.presence;
|
||||||
presenceLastActiveAgo = this.props.member.user.lastActiveAgo;
|
presenceLastActiveAgo = this.props.member.user.lastActiveAgo;
|
||||||
// const presenceLastTs = this.props.member.user.lastPresenceTs;
|
|
||||||
presenceCurrentlyActive = this.props.member.user.currentlyActive;
|
presenceCurrentlyActive = this.props.member.user.currentlyActive;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue