Don't send screenshot notifications

None of the other platforms are able to do it, so it's inconsistent for iOS to be sending them
pull/461/head
Niels Andriesse 4 years ago
parent 5003a78a6f
commit 3238487917

@ -705,12 +705,14 @@ extension ConversationVC : InputViewDelegate, MessageCellDelegate, ContextMenuAc
// MARK: Data Extraction Notifications
@objc func sendScreenshotNotificationIfNeeded() {
/*
guard thread is TSContactThread else { return }
let message = DataExtractionNotification()
message.kind = .screenshot
Storage.write { transaction in
MessageSender.send(message, in: self.thread, using: transaction)
}
*/
}
func sendMediaSavedNotificationIfNeeded(for viewItem: ConversationViewItem) {

Loading…
Cancel
Save