Add an 'internal details' screen for message details.

This commit is contained in:
Greyson Parrelli
2024-03-20 13:18:45 -04:00
committed by Nicholas Tinsley
parent de86c5622d
commit 6854f7eb2a
8 changed files with 389 additions and 13 deletions

View File

@@ -956,7 +956,6 @@ class AttachmentTable(
return transferFile
}
@VisibleForTesting
fun getDataFileInfo(attachmentId: AttachmentId): DataFileInfo? {
return readableDatabase
.select(ID, DATA_FILE, DATA_SIZE, DATA_RANDOM, DATA_HASH_START, DATA_HASH_END, TRANSFORM_PROPERTIES, UPLOAD_TIMESTAMP)