chore: remove news feed feature
Node.js CI / CI (pull_request) Failing after 11s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 50s

Removes the hourly RSS news posting functionality, including the
postNews module, rss interface, lastRssItems tracking, and the
rss-parser dependency.
This commit is contained in:
2026-03-09 13:11:55 -07:00
parent 1ebe240475
commit d2be204188
6 changed files with 1 additions and 227 deletions
+1 -2
View File
@@ -30,7 +30,6 @@
"discord.js": "14.22.0",
"fastify": "5.7.4",
"node-schedule": "2.1.1",
"octokit": "5.0.5",
"rss-parser": "3.13.0"
"octokit": "5.0.5"
}
}