feat: enhance Mattermost proxy with improved post ID deduplication and file tracking

This commit is contained in:
2026-05-19 16:03:16 -06:00
parent 9dd731f758
commit b886c61afd
4 changed files with 30 additions and 35 deletions

View File

@@ -22,10 +22,5 @@ MATTERMOST_MIRROR_CHANNEL_IDS=
# Keep disabled by default to avoid large files.
MATTERMOST_MIRROR_WRITE_RAW=0
# Mattermost desktop app bundle / binary.
# Mattermost desktop app bundle.
MATTERMOST_APP_PATH=/Applications/Mattermost.app
MATTERMOST_APP_BIN=/Applications/Mattermost.app/Contents/MacOS/Mattermost
# Default uses macOS `open -n ... --args` because direct Electron binary launch
# can crash sandboxed desktop apps. Set to `binary` only for debugging.
MATTERMOST_MIRROR_LAUNCH_MODE=open