From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Cc: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Subject: [PATCH] news_www: favor ->ALL URL when using ->ALL
Date: Tue, 7 Sep 2021 22:02:03 +0000 [thread overview]
Message-ID: <20210907220203.GA17787@dcvr> (raw)
In-Reply-To: <20210907140954.4rlh6pn5fz4ljkxp@meerkat.local>
This allows us to link to threads spread across multiple inboxes.
Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Link: https://public-inbox.org/meta/20210907140954.4rlh6pn5fz4ljkxp@meerkat.local/
---
lib/PublicInbox/NewsWWW.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/PublicInbox/NewsWWW.pm b/lib/PublicInbox/NewsWWW.pm
index abafc4f9..d13731ae 100644
--- a/lib/PublicInbox/NewsWWW.pm
+++ b/lib/PublicInbox/NewsWWW.pm
@@ -82,7 +82,8 @@ sub call {
for (@$xr3) {
s/:[0-9]+:$x->{blob}\z// or next;
my $ibx = $by_eidx_key->{$_} // next;
- my $url = $ibx->base_url or next;
+ my $url = $ALL->base_url($env) //
+ $ibx->base_url // next;
$url .= mid_escape($mid) . '/';
return redirect(302, $url);
}
next prev parent reply other threads:[~2021-09-07 22:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-07 14:09 Serving message-id lookups from /all/ Konstantin Ryabitsev
2021-09-07 22:02 ` Eric Wong [this message]
2021-09-08 13:13 ` [PATCH] news_www: favor ->ALL URL when using ->ALL Konstantin Ryabitsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210907220203.GA17787@dcvr \
--to=e@80x24.org \
--cc=konstantin@linuxfoundation.org \
--cc=meta@public-inbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).