This directly effects HushList protocol, since HushList wants to be able to send amount=0 transactions with default fee, but Zcash upstream currently has a bug which forces a non-default fee, which leaks metadata.
Most likely all Zcash forks have this bug, except the ones that haven't merged since Zcash introduced this from BTC upstream.
This fixes the "absurd fee bug" for small transaction amounts (when amount < fee), more details here: https://github.com/zcash/zcash/issues/3281
This directly effects HushList protocol, since HushList wants to be able to send amount=0 transactions with default fee, but Zcash upstream currently has a bug which forces a non-default fee, which leaks metadata.
Most likely all Zcash forks have this bug, except the ones that haven't merged since Zcash introduced this from BTC upstream.