mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
Current hook just governs whether the record is written, but this means that the `last` file and the live websocket would still be updated with data that the user decided to filter. Now we use the hook to skip those steps as well. Update HOOKS.md to note the functionality change