mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-26 15:02:39 +01:00
Show thread icons whenever there is reply
This commit is contained in:
parent
62afbc5ea6
commit
0db7ea897a
@ -46,8 +46,9 @@ 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
|
||||||
}
|
}
|
||||||
|
|
||||||
var highlightRowColor: Color {
|
var highlightRowColor: Color {
|
||||||
|
Loading…
Reference in New Issue
Block a user