From dff2e262c1cdba8b33e481c50278d4ea8aae6db4 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sat, 30 Dec 2023 21:12:20 +0100 Subject: [PATCH] There's a counter bug here I'll fix later --- Threaded/Components/CompactPostView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Threaded/Components/CompactPostView.swift b/Threaded/Components/CompactPostView.swift index d53af92..fdff4d8 100644 --- a/Threaded/Components/CompactPostView.swift +++ b/Threaded/Components/CompactPostView.swift @@ -257,6 +257,7 @@ struct CompactPostView: View { } var stats: some View { + //MARK: I acknowledge the existance of a count bug here if status.reblog == nil { HStack { if status.repliesCount > 0 {