mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
sync unread state to server via mutation observer
This commit is contained in:
@@ -298,13 +298,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
Article.unpack(row);
|
||||
|
||||
if (row.hasClassName("Unread")) {
|
||||
|
||||
Headlines.catchupBatched(() => {
|
||||
Feeds.decrementFeedCounter(Feeds.getActive(), Feeds.activeIsCat());
|
||||
Headlines.toggleUnread(id, 0);
|
||||
//Headlines.updateFloatingTitle(true);
|
||||
});
|
||||
|
||||
Headlines.toggleUnread(id, 0);
|
||||
}
|
||||
|
||||
row.addClassName("active");
|
||||
|
||||
Reference in New Issue
Block a user