feat: Add previous workday mode to Mattermost extractor and enhance sync script

This commit is contained in:
2026-04-13 10:18:59 -06:00
parent e65471f3c2
commit 07e198a641
6 changed files with 132 additions and 16 deletions

View File

@@ -12,4 +12,4 @@ else
PYTHON_BIN="python3"
fi
exec "$PYTHON_BIN" "$SCRIPT_DIR/mattermost_context.py"
exec "$PYTHON_BIN" "$SCRIPT_DIR/mattermost_context.py" "$@"