Private
Public Access
1
0

Embed mach service

This commit is contained in:
2025-08-29 19:45:27 -06:00
parent 54df338ce0
commit 41c5776d98
7 changed files with 110 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ struct TranscriptView: View
.padding()
}
.scaleEffect(CGSize(width: 1.0, height: -1.0))
.id(model.displayedConversation)
.task { await watchForMessageListChanges() }
}
@@ -103,7 +104,7 @@ struct TranscriptView: View
func attachmentDownloaded(id: String) {
// TODO: should be smarter here
setNeedsReload(animated: true)
setNeedsReload(animated: false)
}
private func observeDisplayedConversation() {