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
-4
View File
@@ -11,9 +11,5 @@ export interface Amari {
discord: Client;
github: App["octokit"];
githubApp: App;
lastRssItems: {
freeCodeCamp: string | null;
hackerNews: string | null;
};
recentlyActiveChannels: Set<string>;
}