Conflict with dummy publishers and e2ee

I’m seeing an issue when I have both dummy_publisher and require_e2ee enabled.
In the image below you can see when I try to subscribe to the dummy publisher it throws an error because the dummy publishers don’t have any e2ee setting enabled.

Is there some setting that I need to pass in (maybe in the dummy_streams param in the create request) that would fix this issue?

I used to use an old version of janus (1.1.1) where it worked fine but recently after updating to 1.3.1 (Janus commit: 8d4a7b1e162ffb0cee5968184c07abaa301162e4) this error started appearing.

I don’t think we touched dummy publishers since we added them, so it’s likely this E2EE thing has always been there. If you can replicate consistently, please open an issue on github and provide details there.