We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d51de commit 6fc1de9Copy full SHA for 6fc1de9
ExyteChat.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "ExyteChat"
3
- s.version = "2.1.1"
+ s.version = "2.1.2"
4
s.summary = "Chat with fully customizable message cells and built-in media picker written with SwiftUI"
5
6
s.homepage = 'https://github.com/exyte/Chat.git'
Sources/ExyteChat/ChatView/MessageView/MessageMenu.swift
@@ -36,11 +36,9 @@ public enum DefaultMessageMenuAction: MessageMenuAction {
36
case .copy:
37
Image(systemName: "doc.on.doc")
38
case .reply:
39
- Image(systemName: "doc.on.doc")
40
- // Image(.reply)
+ Image(.reply)
41
case .edit:
42
43
- // Image(.edit)
+ Image(.edit)
44
}
45
46
0 commit comments