]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ExtMsg.pm
smsg: remove remaining accessor methods
[public-inbox.git] / lib / PublicInbox / ExtMsg.pm
index 1d17c2ce673c230ecfe69fbdaf0a0008be7abaa1..d7917b34fb420788d64ea6bdbbd68dc1d8e4d436 100644 (file)
@@ -30,7 +30,7 @@ our @EXT_URL = map { ascii_html($_) } (
 sub PARTIAL_MAX () { 100 }
 
 sub mids_from_mset { # Search::retry_reopen callback
-       [ map { PublicInbox::Smsg::from_mitem($_)->mid } $_[0]->items ];
+       [ map { PublicInbox::Smsg::from_mitem($_)->{mid} } $_[0]->items ];
 }
 
 sub search_partial ($$) {