From: Eric Wong Date: Sat, 2 Oct 2021 11:18:32 +0000 (+0000) Subject: extsearchidx: attach_config: set {ibx_map} value to $ibx X-Git-Tag: v1.7.0~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e096b699243ea7bd9d12fec8f3048104e462802;p=thirdparty%2Fpublic-inbox.git extsearchidx: attach_config: set {ibx_map} value to $ibx It doesn't seem to matter, actually, but this matches the behavior of attach_inbox and the comment in ->new. --- diff --git a/lib/PublicInbox/ExtSearchIdx.pm b/lib/PublicInbox/ExtSearchIdx.pm index f0992e5ea..972049e42 100644 --- a/lib/PublicInbox/ExtSearchIdx.pm +++ b/lib/PublicInbox/ExtSearchIdx.pm @@ -89,6 +89,7 @@ sub attach_config { $self->{ibx_map}->{$ibx->eidx_key} //= do { push @{$self->{ibx_active}}, $ibx; push @{$self->{ibx_known}}, $ibx; + $ibx; } } # invalidate cache