mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
- fix groups forward.
This commit is contained in:
@@ -704,7 +704,7 @@ public final class PendingMessageManager {
|
||||
|
||||
let sendMessageRequest: Signal<Api.Updates, MTRpcError>
|
||||
if isForward {
|
||||
if !messages.contains(where: { $0.0.groupingKey == nil }) {
|
||||
if messages.contains(where: { $0.0.groupingKey != nil }) {
|
||||
flags |= (1 << 9)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user