Revert the isThread behaviour

This commit is contained in:
Thomas Ricouard 2023-02-24 13:25:40 +01:00
parent 29aaa7c5cb
commit 8e72430b4f
1 changed files with 0 additions and 1 deletions

View File

@ -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
}