]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Smsg.pm
www: improve navigation around contemporary threads
[public-inbox.git] / lib / PublicInbox / Smsg.pm
index 0a0384efaadf7811d372631885ec771345370c7b..171e0a00908e4b7bdf51ba05beda6dcc498aa08c 100644 (file)
@@ -83,7 +83,7 @@ sub psgi_cull ($) {
        # drop NNTP-only fields which aren't relevant to PSGI results:
        # saves ~80K on a 200 item search result:
        # TODO: we may need to keep some of these for JMAP...
-       delete @$self{qw(ts tid to cc bytes lines)};
+       delete @$self{qw(tid to cc bytes lines)};
        $self;
 }