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:
parent
c656fe956b
commit
d9490533ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user