mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-03 17:13:06 +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
|
conversationTreeAdvanced: undefined, // instance default
|
||||||
conversationOtherRepliesButton: undefined, // instance default
|
conversationOtherRepliesButton: undefined, // instance default
|
||||||
conversationTreeFadeAncestors: undefined, // instance default
|
conversationTreeFadeAncestors: undefined, // instance default
|
||||||
maxDepthInThread: 6
|
maxDepthInThread: undefined // instance default
|
||||||
}
|
}
|
||||||
|
|
||||||
// caching the instance default properties
|
// caching the instance default properties
|
||||||
|
|
Loading…
Reference in a new issue