Unstar not working via Google Reader API/Reeder

This commit is contained in:
月杪 2022-02-23 12:12:46 +08:00 committed by GitHub
parent 950b001675
commit 658b8591b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ func (h *handler) editTag(w http.ResponseWriter, r *http.Request) {
}
if len(unstarredEntryIDs) > 0 {
err = h.store.SetEntriesBookmarkedState(userID, unstarredEntryIDs, true)
err = h.store.SetEntriesBookmarkedState(userID, unstarredEntryIDs, false)
if err != nil {
logger.Error("[GoogleReader][/edit-tag] [ClientIP=%s] %v", clientIP, err)
json.ServerError(w, r, err)