1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-03 10:47:35 +01:00

Remove duplicate timestamps

This commit is contained in:
Jed Fox 2022-11-21 08:40:04 -05:00
parent 82da37e1e7
commit 788bdb14f8
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

View File

@ -108,6 +108,7 @@ extension NotificationView.ViewModel {
.map { timestamp, _ in
timestamp?.localizedTimeAgoSinceNow ?? ""
}
.removeDuplicates()
formattedTimestamp
.sink { timestamp in