From d1604f8e70c6a1fff57efccd39f01bed0c929fd2 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 21 Sep 2024 18:48:25 -0700 Subject: [PATCH] server: remove done TODO --- server/src/newsreader.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/newsreader.rs b/server/src/newsreader.rs index c079f26..5dc8c53 100644 --- a/server/src/newsreader.rs +++ b/server/src/newsreader.rs @@ -174,9 +174,6 @@ pub async fn thread( .map(|h| Url::parse(&h).ok()) .flatten(); let mut body = r.summary.unwrap_or("NO SUMMARY".to_string()); - // TODO: add site specific cleanups. For example: - // * Grafana does
- // * Some sites appear to be HTML encoded, unencode them, i.e. imperialviolent let cacher = Arc::new(Mutex::new(FilesystemCacher::new(&config.slurp_cache_path)?)); let body_tranformers: Vec> = vec![ Box::new(SlurpContents {