diff options
Diffstat (limited to 'src/state/models/content/post-thread-item.ts')
-rw-r--r-- | src/state/models/content/post-thread-item.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/content/post-thread-item.ts b/src/state/models/content/post-thread-item.ts index 9b8f42b3b..14aa607ed 100644 --- a/src/state/models/content/post-thread-item.ts +++ b/src/state/models/content/post-thread-item.ts @@ -51,6 +51,7 @@ export class PostThreadItemModel { get uri() { return this.post.uri } + get parentUri() { return this.postRecord?.reply?.parent.uri } |