Disable telecom integration.

This commit is contained in:
Cody Henthorne
2022-03-17 10:12:44 -04:00
parent e12c96f4b2
commit 3fbd9baf0c

View File

@@ -195,7 +195,7 @@ object SignalDatabaseMigrations {
private const val ALLOW_STORY_REPLIES = 133
private const val GROUP_STORIES = 134
const val DATABASE_VERSION = 134
const val DATABASE_VERSION = 135
@JvmStatic
fun migrate(context: Application, db: SQLiteDatabase, oldVersion: Int, newVersion: Int) {