]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ManifestJsGz.pm
manifest.js.gz: fix per-inbox /$INBOX/manifest.js.gz
[public-inbox.git] / lib / PublicInbox / ManifestJsGz.pm
index 6d5b57eebc2e5c31db1496e982b41097f8e415fa..e02450fa6dee5bcd35aab49504f68c7a62a24e90 100644 (file)
@@ -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;