From 9c72fcc9b49c9d8dc20da2bc381ae6daf078bff6 Mon Sep 17 00:00:00 2001 From: Ansh Date: Wed, 13 Sep 2023 04:05:34 +0530 Subject: share mute list link with did not handle (#1438) --- src/state/models/content/list.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/state/models/content/list.ts') 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 // = -- cgit 1.4.1