fix (#1375)
This commit is contained in:
@@ -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
1
changelog.d/1319.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fixed wrong icon for files in replies.
|
||||
Reference in New Issue
Block a user