Skip to content

Fix Recover for PawaLite

Jose V. Trigueros requested to merge pawalite-slash-recover into master

The /recover command was supposed to be working for PawaLite but due to some assumptions, the command wasn't working quite right.

The big changes in this MR are:

  • /recover replies are ephemeral aka only visible to caller
  • /recover will always attempt to recover, before it was only if the URL wasn't there
  • /recover will not rename the recording in a pretty way, instead it'll just use the Session ID (I suppose I could let the caller set a name)
  • Bonus: Add !test command to run common actions when dev'ing

Merge request reports