Revert the isThread behaviour
This commit is contained in:
parent
29aaa7c5cb
commit
8e72430b4f
|
@ -46,7 +46,6 @@ public class StatusRowViewModel: ObservableObject {
|
|||
}
|
||||
|
||||
var isThread: Bool {
|
||||
(status.reblog?.repliesCount ?? status.repliesCount) > 0 ||
|
||||
status.reblog?.inReplyToId != nil || status.reblog?.inReplyToAccountId != nil ||
|
||||
status.inReplyToId != nil || status.inReplyToAccountId != nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue