mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
partial fix for #812
This commit is contained in:
parent
e9a6864499
commit
3a78029809
@ -559,7 +559,7 @@ func (am *AccountManager) loadLastSignoff(account string) (lastSignoff time.Time
|
|||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
lsNum, err := strconv.ParseInt(lsText, 10, 64)
|
lsNum, err := strconv.ParseInt(lsText, 10, 64)
|
||||||
if err != nil {
|
if err == nil {
|
||||||
return time.Unix(0, lsNum).UTC()
|
return time.Unix(0, lsNum).UTC()
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user