mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-02 10:58:27 +01:00
Make maxDepthInThread instance-default
This commit is contained in:
parent
a511250b63
commit
48178bdc53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue