about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-03-26 08:21:27 +0000
committerEric Wong <e@yhbt.net>2020-03-26 23:47:07 +0000
commit0a3da12a2e68af1a979a42f4b429076b0979708d (patch)
tree08f0389905df7679256fecbb660037d1fc80cd9c /lib/PublicInbox/WWW.pm
parent6512b1245ebc6fe30bb32227c0ef8f912d4988ab (diff)
downloadpublic-inbox-0a3da12a2e68af1a979a42f4b429076b0979708d.tar.gz
We want to be able to preload that, as well as to access it
in WwwText for a config comment in the config example.
Diffstat (limited to 'lib/PublicInbox/WWW.pm')
-rw-r--r--lib/PublicInbox/WWW.pm1
1 files changed, 1 insertions, 0 deletions
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;