mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Apprise Service Urls per feed
This commit is contained in:
parent
939a91e99d
commit
32d33104a4
27 changed files with 58 additions and 8 deletions
|
@ -61,6 +61,7 @@ func (h *handler) showEditFeedPage(w http.ResponseWriter, r *http.Request) {
|
|||
NoMediaPlayer: feed.NoMediaPlayer,
|
||||
HideGlobally: feed.HideGlobally,
|
||||
CategoryHidden: feed.Category.HideGlobally,
|
||||
AppriseServiceURLs: feed.AppriseServiceURLs,
|
||||
}
|
||||
|
||||
sess := session.New(h.store, request.SessionID(r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue