projects
/
public-inbox.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3af8b6c
)
No ext_urls
master
author
Sergey Matveev <stargrave@stargrave.org>
Tue, 2 Aug 2022 08:40:43 +0000 (11:40 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Fri, 17 Feb 2023 09:33:13 +0000 (12:33 +0300)
lib/PublicInbox/ExtMsg.pm
patch
|
blob
|
history
diff --git
a/lib/PublicInbox/ExtMsg.pm
b/lib/PublicInbox/ExtMsg.pm
index 95feb88539b6459b7fdcbbb48b3a9989371c3d19..be29974900792f2023b7b7b97b5144b61ee6538c 100644
(file)
--- 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 {
sub finalize_partial ($) { $_[0]->{-wcb}->(partial_response($_[0])) }
sub ext_urls {
+ return "";
my ($ctx, $mid, $href, $html) = @_;
# Fall back to external repos if configured
my ($ctx, $mid, $href, $html) = @_;
# Fall back to external repos if configured