@kirby
If you're into modding Peloomner, maybe you can report this to the devs while you're at it: https://social.librem.one/@m0xee/110807542789812745
I'd do this myself, but I'm not even sure who to talk to, but this filter obviously doesn't work as expected. And I did fix it for my instance, but it's not a proper fix, it should also be fixed in Dedupe too, or the docs should mention that they are only supposed to be used together 🤷
@kirby I'm not an expert on Erlang or Elixir, but take a look in _build/prod/lib (or maybe dev in your case), those .beam files look like precompiled bytecode that is executed in beam VM, so not everything gets rebuilt everytime it does reuse previously compiled bytecode.