If someone could tell me what code functionality change happened, I would love you forever

Have no idea why but this fixed a bug

https://github.com/MutinyWallet/blastr/commit/f46e90ecd323650d30b5d2a81a1ec3747ff6daef

Reply to this note

Please Login to reply.

Discussion

Eyeballing it - looks like the "map" on the new line 361 would cause the filter contains x code to run on each item instead of all the items.

No it is an option not vec

The previous logic was

```

nwc_kinds && has_authors || has_pks

```

My hero

( A && B ) || C versus A && ( B || C )