Merge branch 'dev' into disappear-2

This commit is contained in:
andrew
2023-10-13 15:51:43 +10:30
4 changed files with 16 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ class AttachmentDownloadJob(val attachmentID: Long, val databaseMessageID: Long)
override val maxFailureCount: Int = 2
companion object {
val KEY: String = "AttachmentDownloadJob"
const val KEY: String = "AttachmentDownloadJob"
// Keys used for database storage
private val ATTACHMENT_ID_KEY = "attachment_id"