Show thread icons whenever there is reply

This commit is contained in:
Thomas Ricouard 2023-02-23 09:02:12 +01:00
parent 62afbc5ea6
commit 0db7ea897a

View file

@ -46,8 +46,9 @@ 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
status.inReplyToId != nil || status.inReplyToAccountId != nil
}
var highlightRowColor: Color {