[1mdiff --git a/model.py b/model.py[m
[1mindex e118b8b..9b57900 100644[m
[1m--- a/model.py[m
[1m+++ b/model.py[m
[36m@@ -136,8 +136,8 @@[m [mclass Notification:[m
event += f' "{vis_title}"'[m
[m
age = f' · {self.age()}' if show_age else ''[m
[31m- hm_time = f" At {self.ymd_date('%H:%M')} " if with_time else ''[m
[31m- return f'/notif/{self.id}', f'{icon}{hm_time}{self.src_name} {event}{age}'[m
[32m+[m[32m hm_time = f" at {self.ymd_date('%H:%M')}" if with_time else ''[m
[32m+[m[32m return f'/notif/{self.id}', f'{icon}{self.src_name} {event}{hm_time}{age}'[m
[m
[m
class User:[m
text/plain
This content has been proxied by September (ba2dc).