diff options
Diffstat (limited to 'src/state/models/content/list.ts')
-rw-r--r-- | src/state/models/content/list.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/state/models/content/list.ts b/src/state/models/content/list.ts index fc045e185..fd5074d8c 100644 --- a/src/state/models/content/list.ts +++ b/src/state/models/content/list.ts @@ -103,6 +103,10 @@ export class ListModel { return this.list?.viewer?.muted } + get creatorDid() { + return this.list?.creator.did + } + // public api // = |