mail based rss feed aggregator
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add `backend.find_feed` to readme todos

ollie c6f99b05 0814542a

+6
+6
README.md
··· 63 63 - trigger early fetching of a given feed 64 64 - [ ] `backend.restart_user(backend_name, user)` 65 65 - restart sender for this user 66 + - [ ] `backend.find_feed(backend_name, uri) -> Result(rss.Location, Nil)` 67 + - [ ] check database 68 + - [ ] found -> found `rss.Location` 69 + - [ ] not found -> `rss.new_location` 70 + - [ ] db_error -> Nil 71 + 66 72 67 73 68 74 ---