From 2a625617b9fd4cd928aa95f0d85e456c80e4fa28 Mon Sep 17 00:00:00 2001 From: Adam Demasi Date: Thu, 18 Feb 2016 01:59:28 +1030 Subject: [PATCH] =?UTF-8?q?[messages]=20whoops=20this=20log=20shouldn?= =?UTF-8?q?=E2=80=99t=20be=20here?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/Conversation.xm | 1 - 1 file changed, 1 deletion(-) diff --git a/messages/Conversation.xm b/messages/Conversation.xm index e35dd20..b5980bf 100644 --- a/messages/Conversation.xm +++ b/messages/Conversation.xm @@ -25,7 +25,6 @@ HBTSConversationPreferences *preferences = [[HBTSConversationPreferences alloc] %hook IMChatRegistry - (void)_chat_sendReadReceiptForAllMessages:(IMChat *)chat { - %log([preferences readReceiptsEnabledForHandle:chat.recipient.ID]?@"1":@"0"); // if read receipts are enabled, we can call through to the original method if ([preferences readReceiptsEnabledForHandle:chat.recipient.ID]) { %orig;