Skip to content

Commit

Permalink
Cleanup unused
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafhiggins authored Apr 14, 2024
1 parent 1be94c3 commit 1acded0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imessage/bluebubbles/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,6 @@ func (bb *blueBubbles) downloadAttachment(guid string) (attachment *imessage.Att
PathOnDisk: tempFile.Name(),
FileName: attachmentResponse.Data.TransferName,
MimeType: attachmentResponse.Data.MimeType,
//HideAttachment: attachmentResponse.Data.HideAttachment,
}, nil
}

Expand Down Expand Up @@ -1985,7 +1984,7 @@ func (bb *blueBubbles) Capabilities() imessage.ConnectorCapabilities {
MessageStatusCheckpoints: false,
DeliveredStatus: bb.usingPrivateAPI,
ContactChatMerging: false,
RichLinks: true, //RichLinks: bb.usingPrivateAPI,
RichLinks: bb.usingPrivateAPI,
ChatBridgeResult: false,
}
}

0 comments on commit 1acded0

Please sign in to comment.