diff --git a/r2/r2/models/account.py b/r2/r2/models/account.py index 652caf535..b8d9815e4 100644 --- a/r2/r2/models/account.py +++ b/r2/r2/models/account.py @@ -225,6 +225,9 @@ class Account(Thing): LastModified.touch(self._fullname, "Visit") + self.last_visit = int(time.time()) + self._commit() + def make_cookie(self, timestr=None): if not self._loaded: self._load()