mirror of
https://github.com/glanceapp/glance.git
synced 2024-12-01 04:45:32 +01:00
Prevent users from modifying internal property
This commit is contained in:
parent
a2b7f59dc9
commit
16da25898f
@ -61,7 +61,7 @@ type RSSFeedRequest struct {
|
|||||||
HideCategories bool `yaml:"hide-categories"`
|
HideCategories bool `yaml:"hide-categories"`
|
||||||
HideDescription bool `yaml:"hide-description"`
|
HideDescription bool `yaml:"hide-description"`
|
||||||
ItemLinkPrefix string `yaml:"item-link-prefix"`
|
ItemLinkPrefix string `yaml:"item-link-prefix"`
|
||||||
IsDetailed bool
|
IsDetailed bool `yaml:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RSSFeedItems []RSSFeedItem
|
type RSSFeedItems []RSSFeedItem
|
||||||
|
Loading…
Reference in New Issue
Block a user