mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-27 02:14:45 +00:00
Revert the isThread behaviour
This commit is contained in:
parent
29aaa7c5cb
commit
8e72430b4f
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ public class StatusRowViewModel: ObservableObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
var isThread: Bool {
|
var isThread: Bool {
|
||||||
(status.reblog?.repliesCount ?? status.repliesCount) > 0 ||
|
|
||||||
status.reblog?.inReplyToId != nil || status.reblog?.inReplyToAccountId != nil ||
|
status.reblog?.inReplyToId != nil || status.reblog?.inReplyToAccountId != nil ||
|
||||||
status.inReplyToId != nil || status.inReplyToAccountId != nil
|
status.inReplyToId != nil || status.inReplyToAccountId != nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue