]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTP.pm
smsg: remove remaining accessor methods
[public-inbox.git] / lib / PublicInbox / NNTP.pm
index a37910d173966bc3b31307077b08101e8e7e9fab..ac13c7df8ceadef40695c944bc14846c1d09f0eb 100644 (file)
@@ -296,7 +296,7 @@ sub newnews_i {
        my $msgs = $over->query_ts($ts, $$prev);
        if (scalar @$msgs) {
                more($self, '<' .
-                       join(">\r\n<", map { $_->mid } @$msgs ).
+                       join(">\r\n<", map { $_->{mid} } @$msgs ).
                        '>');
                $$prev = $msgs->[-1]->{num};
        } else {