about summary refs log tree commit diff
path: root/src/state/models/content/list.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/content/list.ts')
-rw-r--r--src/state/models/content/list.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/content/list.ts b/src/state/models/content/list.ts
index 0331f58bd..8fb9f4b5e 100644
--- a/src/state/models/content/list.ts
+++ b/src/state/models/content/list.ts
@@ -290,6 +290,7 @@ export class ListModel {
       })
     }
 
+    /* dont await */ this.rootStore.preferences.removeSavedFeed(this.uri)
     this.rootStore.emitListDeleted(this.uri)
   }