refactor: revert inThreadNotification pref to default true

This commit is contained in:
Harris 2021-08-19 14:16:54 +10:00
parent 021d81ab98
commit b7ead5778e
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ object TextSecurePreferences {
@JvmStatic
fun isInThreadNotifications(context: Context): Boolean {
return getBooleanPreference(context, IN_THREAD_NOTIFICATION_PREF, false)
return getBooleanPreference(context, IN_THREAD_NOTIFICATION_PREF, true)
}
@JvmStatic