Replace Supabase Realtime subscription with a polling mechanism in `discord-bot/listeners/feedSync.js` to fetch new community posts and send them to Discord. This change removes the direct HTTP call from the server to the bot and introduces a `POLL_INTERVAL` of 5000ms, along with a `cleanup` function to clear the interval. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 381cfcae-1168-4daa-b95e-ba1416e8ce9c Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/duiWnI1 Replit-Helium-Checkpoint-Created: true |
||
|---|---|---|
| .. | ||
| commands | ||
| events | ||
| listeners | ||
| scripts | ||
| utils | ||
| .env | ||
| .env.example | ||
| bot.js | ||
| DEPLOYMENT_GUIDE.md | ||
| discloud.config | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||