Skip to content

Add Recover Recording Message Command

Jose V. Trigueros requested to merge update-recover into master

Discovered that I could use Context Menus interactions so decided to add one for recovering recordings. Essentially, this would automate things a bit more. The general gist is:

  • Run this context on a message
  • Parse out any SessionIDs
  • Attempt to recover using same logic as /recover
  • DM the author of the message with the recording links

The code is kind of a mess but works well enough :)

Edited by Jose V. Trigueros

Merge request reports