Exclude remote megaphones from local backups.

This commit is contained in:
Cody Henthorne
2025-05-30 13:20:05 -04:00
parent 3bd4e39093
commit b2f1867787
5 changed files with 13 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ class RemoteMegaphoneTable(context: Context, databaseHelper: SignalDatabase) : D
companion object {
private val TAG = Log.tag(RemoteMegaphoneTable::class.java)
private const val TABLE_NAME = "remote_megaphone"
const val TABLE_NAME = "remote_megaphone"
private const val ID = "_id"
private const val UUID = "uuid"
private const val COUNTRIES = "countries"