Fix build

This commit is contained in:
Ilya Laktyushin 2021-08-30 20:15:20 +03:00
parent c45815d47e
commit 8aefa19d31

View File

@ -178,7 +178,7 @@ final class ForwardAccessoryPanelNode: AccessoryPanelNode {
text = "\(authors): \(string)"
} else {
title = strongSelf.strings.Conversation_ForwardOptions_ForwardTitle(Int32(messages.count))
text = strongSelf.strings.Conversation_ForwardFrom(authors)
text = strongSelf.strings.Conversation_ForwardFrom(authors).string
}
strongSelf.messages = messages