about summary refs log tree commit diff
path: root/src/state/models/post-thread-view.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-12-18 18:54:05 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-12-18 18:54:05 -0600
commitae3099dfca13f6651762f6ea9a3d2a14ebc99df4 (patch)
treec78136d8fb2f15da0c1be3bef8d0e732287d050f /src/state/models/post-thread-view.ts
parent69b86255c6c2275b3403ce6654b17e0a2c56ced6 (diff)
downloadvoidsky-ae3099dfca13f6651762f6ea9a3d2a14ebc99df4.tar.zst
Improve thread rendering
Diffstat (limited to 'src/state/models/post-thread-view.ts')
-rw-r--r--src/state/models/post-thread-view.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/post-thread-view.ts b/src/state/models/post-thread-view.ts
index ebe5b730d..64de7d260 100644
--- a/src/state/models/post-thread-view.ts
+++ b/src/state/models/post-thread-view.ts
@@ -48,6 +48,7 @@ export class PostThreadViewPostModel implements GetPostThread.Post {
   _reactKey: string = ''
   _depth = 0
   _isHighlightedPost = false
+  _hasMore = false
 
   // data
   $type: string = ''