Skip to content

Commit

Permalink
fix (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Jul 20, 2023
1 parent 48b1567 commit b1df9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1319.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed wrong icon for files in replies.

0 comments on commit b1df9ef

Please sign in to comment.