Skip to content

Commit 1acded0

Browse files
Cleanup unused
1 parent 1be94c3 commit 1acded0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

imessage/bluebubbles/api.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,6 @@ func (bb *blueBubbles) downloadAttachment(guid string) (attachment *imessage.Att
18721872
PathOnDisk: tempFile.Name(),
18731873
FileName: attachmentResponse.Data.TransferName,
18741874
MimeType: attachmentResponse.Data.MimeType,
1875-
//HideAttachment: attachmentResponse.Data.HideAttachment,
18761875
}, nil
18771876
}
18781877

@@ -1985,7 +1984,7 @@ func (bb *blueBubbles) Capabilities() imessage.ConnectorCapabilities {
19851984
MessageStatusCheckpoints: false,
19861985
DeliveredStatus: bb.usingPrivateAPI,
19871986
ContactChatMerging: false,
1988-
RichLinks: true, //RichLinks: bb.usingPrivateAPI,
1987+
RichLinks: bb.usingPrivateAPI,
19891988
ChatBridgeResult: false,
19901989
}
19911990
}

0 commit comments

Comments
 (0)