From d9490533ee9acca9239f5cd8b8f648c5a63c7c0d Mon Sep 17 00:00:00 2001 From: CMK Date: Tue, 22 Jun 2021 17:57:40 +0800 Subject: [PATCH] fix: display short version timestamp in notification scene issue --- Mastodon/Diffiable/Section/NotificationSection.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/Diffiable/Section/NotificationSection.swift b/Mastodon/Diffiable/Section/NotificationSection.swift index 47e3b5bb..c7cc9917 100644 --- a/Mastodon/Diffiable/Section/NotificationSection.swift +++ b/Mastodon/Diffiable/Section/NotificationSection.swift @@ -38,7 +38,7 @@ extension NotificationSection { } let createAt = notification.createAt - let timeText = createAt.slowedTimeAgoSinceNow + let timeText = createAt.timeAgoSinceNow let actionText = type.actionText let actionImageName = type.actionImageName