mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-20 18:34:04 +02:00
"Delete all responses" and "Clear send history" were in the web host's DECLINED table under "Sending isn't available in the browser yet". That conflated producing responses with deleting responses the user already has: both are pure database work, and the model layer in the worker already answers that class of command. Both dispatch arms call the same yaak-models queries yaak_commands::models does, so the cascade and the delete events match the desktop's.