forked from rDrama/rDrama
1
0
Fork 0

Fix profile viewers last visit timestamp.

master
Snakes 2022-10-20 14:29:58 -04:00
parent 496d7ba6c6
commit 75a1a9c6c8
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ class ViewerRelationship(Base):
@property
@lazy
def last_view_string(self):
return make_age_string(self.last_view_since)
return make_age_string(self.last_view_utc)