mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Support the thread-quote special case
This commit is contained in:
@@ -226,6 +226,7 @@ public extension TelegramEngine {
|
||||
public func enqueueOutgoingMessage(
|
||||
to peerId: EnginePeer.Id,
|
||||
replyTo replyToMessageId: EngineMessageReplySubject?,
|
||||
threadId: Int64? = nil,
|
||||
storyId: StoryId? = nil,
|
||||
content: EngineOutgoingMessageContent,
|
||||
silentPosting: Bool = false,
|
||||
@@ -261,6 +262,7 @@ public extension TelegramEngine {
|
||||
attributes: attributes,
|
||||
inlineStickers: [:],
|
||||
mediaReference: mediaReference,
|
||||
threadId: threadId,
|
||||
replyToMessageId: replyToMessageId,
|
||||
replyToStoryId: storyId,
|
||||
localGroupingKey: nil,
|
||||
@@ -269,8 +271,6 @@ public extension TelegramEngine {
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
guard let message = message else {
|
||||
return .complete()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user