]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
feed: respect feedmax, again
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index 0ea18b4cd986a8add505604a09f8b7533513eab9..f71493a0e8eb487a2e5021e7de1b17548b896319 100644 (file)
@@ -273,7 +273,7 @@ sub msg_by_smsg ($$;$) {
        my ($self, $smsg, $ref) = @_;
 
        # ghosts may have undef smsg (from SearchThread.node) or
-       # no {blob} field (from each_smsg_by_mid)
+       # no {blob} field
        return unless defined $smsg;
        defined(my $blob = $smsg->{blob}) or return;