Make maxDepthInThread instance-default

This commit is contained in:
Tusooa Zhu 2022-03-07 19:30:24 -05:00
parent a511250b63
commit 48178bdc53
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export const defaultState = {
conversationTreeAdvanced: undefined, // instance default
conversationOtherRepliesButton: undefined, // instance default
conversationTreeFadeAncestors: undefined, // instance default
maxDepthInThread: 6
maxDepthInThread: undefined // instance default
}
// caching the instance default properties