about summary refs log tree commit diff
path: root/src/state/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models')
-rw-r--r--src/state/models/content/list.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/state/models/content/list.ts b/src/state/models/content/list.ts
index 3913d3e62..038e9fc30 100644
--- a/src/state/models/content/list.ts
+++ b/src/state/models/content/list.ts
@@ -97,6 +97,10 @@ export class ListModel {
     return this.list?.creator.did === this.rootStore.me.did
   }
 
+  get isSubscribed() {
+    return this.list?.viewer?.muted
+  }
+
   // public api
   // =