From: Eric Wong Date: Thu, 21 Oct 2021 21:10:23 +0000 (+0000) Subject: lei note-event: wq_io_do => wq_do X-Git-Tag: v1.7.0~91 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=b54dc5feed8f5fb0881fdc1c8d9e4b9cd5ba8d7b lei note-event: wq_io_do => wq_do No need to pass extra arrayref args, here. --- diff --git a/lib/PublicInbox/LeiNoteEvent.pm b/lib/PublicInbox/LeiNoteEvent.pm index 0709754f..3472e730 100644 --- a/lib/PublicInbox/LeiNoteEvent.pm +++ b/lib/PublicInbox/LeiNoteEvent.pm @@ -97,7 +97,7 @@ sub lei_note_event { return if index($fl, 'T') >= 0; my $kw = PublicInbox::MdirReader::flags2kw($fl); my $vmd = { kw => $kw, sync_info => [ $folder, \$bn ] }; - $self->wq_io_do('maildir_event', [], $fn, $vmd, $state); + $self->wq_do('maildir_event', $fn, $vmd, $state); } # else: TODO: imap }