mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 12:59:17 +01:00
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…
x
Reference in New Issue
Block a user