mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-06 05:14:50 +01:00
Add spinner API support for inserting attachments.
This commit is contained in:
@@ -2631,6 +2631,8 @@ class AttachmentTable(
|
||||
REMOTE_KEY to Base64.encodeWithPadding(Util.getSecretBytes(64)),
|
||||
REMOTE_DIGEST to Util.getSecretBytes(64)
|
||||
)
|
||||
.where("$ID = ?", attachmentId.id)
|
||||
.run()
|
||||
}
|
||||
|
||||
private fun deleteDataFiles(filePaths: Set<String>, contentTypes: Set<String>) {
|
||||
|
||||
Reference in New Issue
Block a user