Improve thread rendering

This commit is contained in:
Paul Frazee 2022-12-18 18:54:05 -06:00
parent 69b86255c6
commit ae3099dfca
5 changed files with 194 additions and 101 deletions

View file

@ -48,6 +48,7 @@ export class PostThreadViewPostModel implements GetPostThread.Post {
_reactKey: string = ''
_depth = 0
_isHighlightedPost = false
_hasMore = false
// data
$type: string = ''