mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
archive: automatically subscribe user to originating feed while unarchiving
This commit is contained in:
@@ -1021,6 +1021,9 @@ function archiveSelection() {
|
||||
op = "archive";
|
||||
} else {
|
||||
str = ngettext("Move %d archived article back?", "Move %d archived articles back?", rows.length);
|
||||
|
||||
str += " " + __("Please note that unstarred articles might get purged on next feed update.");
|
||||
|
||||
op = "unarchive";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user