]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/AltId.pm
www: add endpoint to retrieve altid dumps
[public-inbox.git] / lib / PublicInbox / AltId.pm
index 3be6c73cc0e93c52220e554543bc640e7123f1a8..6d16242a33b041cfc00862b75df66266c20a12e3 100644 (file)
@@ -39,6 +39,7 @@ sub new {
        bless {
                filename => $f,
                writable => $writable,
+               prefix => $prefix,
                xprefix => 'X'.uc($prefix),
        }, $class;
 }