diff options
author | Ansh <anshnanda10@gmail.com> | 2023-09-13 04:05:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 15:35:34 -0700 |
commit | 9c72fcc9b49c9d8dc20da2bc381ae6daf078bff6 (patch) | |
tree | cd19e8cf523b19403555a146c90b5ff6cc879a88 /src/state | |
parent | 4977a5d2a3154083bc2ae63f9bf85d8b63140783 (diff) | |
download | voidsky-9c72fcc9b49c9d8dc20da2bc381ae6daf078bff6.tar.zst |
share mute list link with did not handle (#1438)
Diffstat (limited to 'src/state')
-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 // = |