about summary refs log tree commit homepage
path: root/lib/PublicInbox/Config.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-08-26 12:33:36 +0000
committerEric Wong <e@80x24.org>2021-08-28 10:37:02 +0000
commit73aa20c90fafd0616bed04d4242be796229c19bb (patch)
tree830be49accdeae5fbce8600dfcd142cf483dbf24 /lib/PublicInbox/Config.pm
parent2548e95f8f895523cb27ec310c3cfac1ab310025 (diff)
downloadpublic-inbox-73aa20c90fafd0616bed04d4242be796229c19bb.tar.gz
There's currently no support for altid with extindex, and
there's likely no legacy precedent for using altid like there is
with single public-inboxes.
Diffstat (limited to 'lib/PublicInbox/Config.pm')
-rw-r--r--lib/PublicInbox/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm
index 7aa1f6c8..b3e00ae0 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -525,7 +525,7 @@ sub _fill_ei ($$) {
                 my $v = get_1($self, $pfx, $k) // next;
                 $es->{$k} = $v;
         }
-        for my $k (qw(altid coderepo hide url infourl)) {
+        for my $k (qw(coderepo hide url infourl)) {
                 my $v = $self->{"$pfx.$k"} // next;
                 $es->{$k} = _array($v);
         }