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:
parent
82da37e1e7
commit
788bdb14f8
@ -108,6 +108,7 @@ extension NotificationView.ViewModel {
|
||||
.map { timestamp, _ in
|
||||
timestamp?.localizedTimeAgoSinceNow ?? ""
|
||||
}
|
||||
.removeDuplicates()
|
||||
|
||||
formattedTimestamp
|
||||
.sink { timestamp in
|
||||
|
Loading…
x
Reference in New Issue
Block a user