wallabag / android-app

Android application to read your articles saved in your wallabag. You can also easily add new articles.
https://www.wallabag.org
GNU General Public License v3.0
482 stars 259 forks source link

Orphan tags not removed during fast update #463

Open ngosang opened 7 years ago

ngosang commented 7 years ago

wallabag app master branch

1) Add one tag to one article, in the app 2) Delete that article in the web interface, not in the app 3) Sweep articles in the app 4) The tag is still there in the tag list but if you click it there aren't articles

Note: Full update fixes that (removes the orphan tag)

di72nn commented 7 years ago

That's a known limitation (though, I forgot to document it anywhere).

It is fixable, but I don't want to fix it yet (it would require additional logic and DB queries - not something I want to add to fast update).