about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/ManifestJsGz.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/ManifestJsGz.pm b/lib/PublicInbox/ManifestJsGz.pm
index fb7a45e7..6d5b57ee 100644
--- a/lib/PublicInbox/ManifestJsGz.pm
+++ b/lib/PublicInbox/ManifestJsGz.pm
@@ -61,6 +61,7 @@ sub eidx_manifest_add ($$$) {
         my ($ctx, $ALL, $ibx) = @_;
         if (my $data = $ALL->misc->inbox_data($ibx)) {
                 $data = $json->decode($data);
+                delete $data->{''}; # private
                 while (my ($url_path, $ent) = each %$data) {
                         inject_entry($ctx, $url_path, $ent);
                 }