From cb56c459c53ec31fb1d73b56a485b96dbf9e1013 Mon Sep 17 00:00:00 2001 From: r Date: Fri, 10 Jan 2020 03:56:46 +0000 Subject: [PATCH] Fix notification timestamp --- service/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/service.go b/service/service.go index 08adf72..f43c463 100644 --- a/service/service.go +++ b/service/service.go @@ -442,6 +442,7 @@ func (svc *service) ServeNotificationPage(ctx context.Context, client io.Writer, var unreadCount int for i := range notifications { if notifications[i].Status != nil { + notifications[i].Status.CreatedAt = notifications[i].CreatedAt notifications[i].Status.MaskNSFW = c.Session.Settings.MaskNSFW switch notifications[i].Type { case "reblog", "favourite":