This commit is contained in:
Mauro
2023-07-20 17:55:34 +02:00
committed by GitHub
parent d795fee13f
commit 7b202fef7e
2 changed files with 2 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ struct TimelineReplyView: View {
ReplyView(sender: sender,
plainBody: content.body,
formattedBody: nil,
icon: .init(kind: .systemIcon("waveform"), cornerRadii: iconCornerRadii))
icon: .init(kind: .systemIcon("doc.text.fill"), cornerRadii: iconCornerRadii))
case .image(let content):
ReplyView(sender: sender,
plainBody: content.body,

1
changelog.d/1319.bugfix Normal file
View File

@@ -0,0 +1 @@
Fixed wrong icon for files in replies.