about summary refs log tree commit homepage
path: root/lib/PublicInbox/ManifestJsGz.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/ManifestJsGz.pm')
-rw-r--r--lib/PublicInbox/ManifestJsGz.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/PublicInbox/ManifestJsGz.pm b/lib/PublicInbox/ManifestJsGz.pm
index 33df020a..37ee63d0 100644
--- a/lib/PublicInbox/ManifestJsGz.pm
+++ b/lib/PublicInbox/ManifestJsGz.pm
@@ -99,4 +99,11 @@ sub psgi_triple {
                  'Content-Length', bytes::length($out) ], [ $out ] ]
 }
 
+sub per_inbox {
+        my ($ctx) = @_;
+        # only one inbox, slow is probably OK
+        slow_manifest_add($ctx, $ctx->{ibx});
+        psgi_triple($ctx);
+}
+
 1;