mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-06 21:42:30 +02:00
The setupAutoRefresh 60s interval was a legacy fallback from before WebSocket support. All updates it handled are now covered by SocketIO events: - new_message: channel messages and DMs - echo: repeater/route metadata - pending_contact: new handler added to update badge in real-time checkForUpdates() is kept for initial load and manual refresh button only, with its loadMessages() call removed (badges-only now). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>