Skip to content
Snippets Groups Projects
Commit 072849bb authored by Taras's avatar Taras
Browse files

Set threadMessagesEnabledDefault disabled by default

parent 04e1bc9b
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,9 @@ data class MatrixConfiguration(
val roomDisplayNameFallbackProvider: RoomDisplayNameFallbackProvider,
/**
* Thread messages default enable/disabled value.
* Circles do not use thread messages
*/
val threadMessagesEnabledDefault: Boolean = true,
val threadMessagesEnabledDefault: Boolean = false,
/**
* List of network interceptors, they will be added when building an OkHttp client.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment