We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be94c3 commit 1acded0Copy full SHA for 1acded0
imessage/bluebubbles/api.go
@@ -1872,7 +1872,6 @@ func (bb *blueBubbles) downloadAttachment(guid string) (attachment *imessage.Att
1872
PathOnDisk: tempFile.Name(),
1873
FileName: attachmentResponse.Data.TransferName,
1874
MimeType: attachmentResponse.Data.MimeType,
1875
- //HideAttachment: attachmentResponse.Data.HideAttachment,
1876
}, nil
1877
}
1878
@@ -1985,7 +1984,7 @@ func (bb *blueBubbles) Capabilities() imessage.ConnectorCapabilities {
1985
1984
MessageStatusCheckpoints: false,
1986
DeliveredStatus: bb.usingPrivateAPI,
1987
ContactChatMerging: false,
1988
- RichLinks: true, //RichLinks: bb.usingPrivateAPI,
+ RichLinks: bb.usingPrivateAPI,
1989
ChatBridgeResult: false,
1990
1991
0 commit comments