Allow showing thumbnails for reddit posts

This commit is contained in:
Svilen Markov
2024-05-02 00:34:25 +01:00
parent 25d45b309d
commit eb85a7656f
6 changed files with 60 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ type HackerNews struct {
Limit int `yaml:"limit"`
CollapseAfter int `yaml:"collapse-after"`
CommentsUrlTemplate string `yaml:"comments-url-template"`
Thumbnails bool `yaml:"-"`
}
func (widget *HackerNews) Initialize() error {