Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2023-06-20 18:05:27 +04:00
92 changed files with 1860 additions and 656 deletions

View File

@@ -16,7 +16,7 @@ private extension MessageInputActionButtonComponent.Mode {
case .attach:
return "Chat/Input/Text/IconAttachment"
case .forward:
return "Chat/Input/Text/IconForward"
return "Chat/Input/Text/IconForwardSend"
default:
return nil
}