1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Fix regression in AbsoluteProxifyURL()

Regression introduced in commit 66b8483791

PR #2499
This commit is contained in:
Frédéric Guillot 2024-03-18 20:18:09 -07:00
parent fa9697b972
commit a15cdb1655
3 changed files with 113 additions and 18 deletions

View file

@ -766,7 +766,7 @@ func subscribe(newFeed Stream, category Stream, title string, store *storage.Sto
}
created, localizedError := mff.CreateFeed(store, userID, &feedRequest)
if err != nil {
if localizedError != nil {
return nil, localizedError.Error()
}