Embed mach service
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user