wumpy
wumpy copied to clipboard
Re-add support for all response fields
Summary
In https://github.com/wumpyproject/wumpy/commit/452f6848a8198aeeba17658809a1369cb3bd3204 not all response fields was added for simplicity at the time. These should now be re-added to the interaction subclasses, see https://github.com/wumpyproject/wumpy/commit/c16c998e1485be869c191486493d64f1c08ecda4 (this file specifically) where they were originally removed.
The code for this should be in Interaction.respond() and not Request. Note the code probably cannot be directly copied back, it needs to be adapted for recent changes.
This will only support link components, there needs to be more architectural changes to support interactive components.