mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix intents donation
This commit is contained in:
@@ -1028,7 +1028,7 @@ public func userInfoController(context: AccountContext, peerId: PeerId, mode: Pe
|
||||
let _ = reportPeer(account: context.account, peerId: peerId, reason: .spam).start()
|
||||
}
|
||||
|
||||
deleteSendMessageIntents(account: context.account, peerId: peerId)
|
||||
deleteSendMessageIntents(peerId: peerId)
|
||||
})
|
||||
]),
|
||||
ActionSheetItemGroup(items: [ActionSheetButtonItem(title: presentationData.strings.Common_Cancel, action: { dismissAction() })])
|
||||
@@ -1098,7 +1098,7 @@ public func userInfoController(context: AccountContext, peerId: PeerId, mode: Pe
|
||||
dismissImpl?()
|
||||
}))
|
||||
|
||||
deleteSendMessageIntents(account: context.account, peerId: peerId)
|
||||
deleteSendMessageIntents(peerId: peerId)
|
||||
})
|
||||
})
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user