Signal-iOS/SignalMessaging/ViewModels
Michael Kirk a344a0a2ca Fix crash with old empty threads creationDate is nullable
creationDate didn't always exist - we added it and did not backfill it. We
could backfill with a made up date, e.g. [NSDate
dateWithTimeIntervalSince1970:0], but I'm wary of putting surprising bogus data
in the db. Instead I've using an old date during sorting where it's not
surprising.
2019-05-24 15:21:13 -04:00
..
ContactShareViewModel.swift Rework group avatars to reflect conversation colors. 2018-09-27 08:55:20 -04:00
OWSQuotedReplyModel.h ConversationViewItem -> protocol 2018-09-28 12:58:33 -06:00
OWSQuotedReplyModel.m AnyGalleryFinder 2019-05-10 17:55:26 -06:00
ThreadViewModel.swift Fix crash with old empty threads creationDate is nullable 2019-05-24 15:21:13 -04:00