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. |
||
|---|---|---|
| .. | ||
| ContactShareViewModel.swift | ||
| OWSQuotedReplyModel.h | ||
| OWSQuotedReplyModel.m | ||
| ThreadViewModel.swift | ||