mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 11:15:11 -06:00
Prevent users from modifying internal property
This commit is contained in:
@@ -61,7 +61,7 @@ type RSSFeedRequest struct {
|
||||
HideCategories bool `yaml:"hide-categories"`
|
||||
HideDescription bool `yaml:"hide-description"`
|
||||
ItemLinkPrefix string `yaml:"item-link-prefix"`
|
||||
IsDetailed bool
|
||||
IsDetailed bool `yaml:"-"`
|
||||
}
|
||||
|
||||
type RSSFeedItems []RSSFeedItem
|
||||
|
||||
Reference in New Issue
Block a user