]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: lookup_content => content_exists
authorEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 08:08:22 +0000 (08:08 +0000)
committerEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 18:30:17 +0000 (18:30 +0000)
commit6e7f54e4031e8ea5f5e5837befe0c1e2b4ec43f9
tree8dd14a87861da76fa747a0b6309fa1b7b10040f8
parent04ad02d739b352514ddfb5cc659bb4a69c4d07e1
v2writable: lookup_content => content_exists

It only needs to return a boolean, since none of the current
callers care about the return value.  Thus avoid a hash table
assignment and use of `$smsg->{mime}', here.
lib/PublicInbox/V2Writable.pm