summaryrefslogtreecommitdiff
path: root/fetch/fetch.go
diff options
context:
space:
mode:
Diffstat (limited to 'fetch/fetch.go')
-rw-r--r--fetch/fetch.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/fetch/fetch.go b/fetch/fetch.go
index 1f16143..3fc160b 100644
--- a/fetch/fetch.go
+++ b/fetch/fetch.go
@@ -66,9 +66,7 @@ func UpdateFeed(f *core.Feed) error {
func UpdatePage(p *core.Page) error {
switch p.Link.Scheme {
case "gemini":
- // return updateGeminiPage(p)
- // TODO
- fallthrough
+ return updateGeminiPage(p)
case "http", "https":
// return updateHTTPPage(p)
// TODO