]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: use Inbox->uidvalidity instead of ->mm->created_at
authorEric Wong <e@80x24.org>
Fri, 27 Nov 2020 09:52:43 +0000 (09:52 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Nov 2020 04:53:11 +0000 (04:53 +0000)
commit98ff501233ee371c98519bf96394ef8085c3b076
tree02a94c84950f5f85c5dfa4e1e02223495f1256a2
parent95cb3e48fc5c4e847cdc111c2c8c9f0b70bdea56
nntp: use Inbox->uidvalidity instead of ->mm->created_at

This is memoized, and may allow us some future flexibility w.r.t
PublicInbox::Inbox-like objects.  While we're at it, use
defined-or ("//") in case somebody really set a public-inbox
creation time to the Unix epoch.
lib/PublicInbox/NNTP.pm