Store saved feeds on the root store so we can load on init (#1793)
This commit is contained in:
parent
f57a8cf8ba
commit
59271663b5
4 changed files with 21 additions and 3 deletions
|
|
@ -52,6 +52,10 @@ export class SavedFeedsModel {
|
|||
// public api
|
||||
// =
|
||||
|
||||
clear() {
|
||||
this.all = []
|
||||
}
|
||||
|
||||
/**
|
||||
* Refresh the preferences then reload all feed infos
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue