1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:55:55 +00:00

Open the default feed after unsubscribing.

Previously the UI appeared to hang, even though the backend request had already completed successfully.
This commit is contained in:
wn_
2021-02-20 13:44:42 +00:00
parent d1328321be
commit 1bd5152c80
2 changed files with 6 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ const CommonDialogs = {
} else {
if (feed_id == Feeds.getActive())
setTimeout(() => {
Feeds.open({feed: -5})
Feeds.openDefaultFeed();
},
100);