1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-05 21:41:35 +01:00

fix: display short version timestamp in notification scene issue

This commit is contained in:
CMK 2021-06-22 17:57:40 +08:00
parent c656fe956b
commit d9490533ee

View File

@ -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