mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
update lastSeen on reattach
This commit is contained in:
parent
d7a62223a0
commit
9aa53aa3aa
@ -106,6 +106,7 @@ func (client *Client) AddSession(session *Session) (success bool, numSessions in
|
||||
newSessions[len(newSessions)-1] = session
|
||||
if client.accountSettings.AutoreplayMissed || session.deviceID != "" {
|
||||
lastSeen = client.lastSeen[session.deviceID]
|
||||
client.setLastSeen(time.Now().UTC(), session.deviceID)
|
||||
}
|
||||
client.sessions = newSessions
|
||||
if client.autoAway {
|
||||
|
Loading…
Reference in New Issue
Block a user