Skip to content

Add group_id as a param to StatusCreateRequest

Alex Gleason requested to merge group_id into develop

Partial solution for https://gitlab.com/soapbox-pub/rebased/-/issues/184

The real problem is that it dumps every param into the worker, even ones that aren't cast. I have no idea why. You should not be able to send "benis" => true into that endpoint and cause the job to crash. I thought OpenApiSpex should prevent that, and I can't even write a test to figure out why.

Merge request reports

Loading