Skip to content

Commit

Permalink
Fix feed hide_globally property to use it with third-party clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvampirius authored and fguillot committed Sep 1, 2023
1 parent 114f9f2 commit 64c4c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/storage/entry_query_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ func (e *EntryQueryBuilder) GetEntries() (model.Entries, error) {
f.crawler,
f.user_agent,
f.cookie,
f.hide_globally,
f.no_media_player,
fi.icon_id,
u.timezone
Expand Down Expand Up @@ -331,6 +332,7 @@ func (e *EntryQueryBuilder) GetEntries() (model.Entries, error) {
&entry.Feed.Crawler,
&entry.Feed.UserAgent,
&entry.Feed.Cookie,
&entry.Feed.HideGlobally,
&entry.Feed.NoMediaPlayer,
&iconID,
&tz,
Expand Down

0 comments on commit 64c4c6b

Please sign in to comment.