From 0a3da12a2e68af1a979a42f4b429076b0979708d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 26 Mar 2020 08:21:27 +0000 Subject: inbox: altid_map becomes a method We want to be able to preload that, as well as to access it in WwwText for a config comment in the config example. --- lib/PublicInbox/WWW.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/PublicInbox/WWW.pm') diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm index 5017f572..56d2c42a 100644 --- a/lib/PublicInbox/WWW.pm +++ b/lib/PublicInbox/WWW.pm @@ -170,6 +170,7 @@ sub preload { sub preload_inbox { my $ibx = shift; + $ibx->altid_map; $ibx->cloneurl; $ibx->description; $ibx->base_url; -- cgit v1.2.3-24-ge0c7