Optimized reblogged posts

This commit is contained in:
Lumaa 2024-01-22 06:59:39 +01:00
parent debe1156c7
commit b726b5bb80
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import SwiftUI
struct CompactPostView: View {
@Environment(AccountManager.self) private var accountManager: AccountManager
@State var status: Status
@State var reblogStatus: Status?
@ObservedObject var navigator: Navigator
var pinned: Bool = false
@ -25,7 +24,7 @@ struct CompactPostView: View {
var body: some View {
VStack {
statusPost(reblogStatus ?? status)
statusPost(status.reblogAsAsStatus ?? status)
if !quoted && !imaging {
Rectangle()