mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-27 23:05:57 +00:00
19b9c6e164
- fix evaluating "Today" and "Yesterday"; can't just compare the two Date objects, the timestamp will always differ so need to compare year/month/day only - best attempt to have the month translated, and year added if they differ (until Qt6 at least, left a TODO) Closes #843