rewrite favicon discovery logic

This commit is contained in:
nkanaev
2026-05-18 21:51:59 +01:00
parent 76529c895e
commit 2f263e9803
4 changed files with 3 additions and 40 deletions

View File

@@ -471,7 +471,6 @@ func (s *Server) handleOPMLImport(c *router.Context) {
}
}
s.worker.FindFavicons()
s.worker.RefreshFeeds()
c.Out.WriteHeader(http.StatusOK)