From 9bb7add7b067a66757fdd092ba44ab1b0c0dd34d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 2 Aug 2022 11:40:43 +0300 Subject: [PATCH] No ext_urls --- lib/PublicInbox/ExtMsg.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm index 95feb885..be299749 100644 --- a/lib/PublicInbox/ExtMsg.pm +++ b/lib/PublicInbox/ExtMsg.pm @@ -233,6 +233,7 @@ sub partial_response ($) { sub finalize_partial ($) { $_[0]->{-wcb}->(partial_response($_[0])) } sub ext_urls { + return ""; my ($ctx, $mid, $href, $html) = @_; # Fall back to external repos if configured -- 2.44.0