Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
[messages] whoops this log shouldn’t be here
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Feb 17, 2016
1 parent cdb185d commit 2a62561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion messages/Conversation.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a62561

Please sign in to comment.