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:
@@ -312,7 +312,7 @@ const CommonDialogs = {
|
||||
} else {
|
||||
if (feed_id == Feeds.getActive())
|
||||
setTimeout(() => {
|
||||
Feeds.open({feed: -5})
|
||||
Feeds.openDefaultFeed();
|
||||
},
|
||||
100);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user