Make fading ancestors optional

This commit is contained in:
Tusooa Zhu 2022-03-06 14:13:35 -05:00
parent fa20ea76b1
commit d157f67381
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
5 changed files with 12 additions and 2 deletions

View file

@ -87,6 +87,7 @@ export const defaultState = {
conversationDisplay: undefined, // instance default
conversationTreeAdvanced: undefined, // instance default
conversationOtherRepliesButton: undefined, // instance default
conversationTreeFadeAncestors: undefined, // instance default
maxDepthInThread: 6
}

View file

@ -56,6 +56,7 @@ const defaultState = {
conversationDisplay: 'linear',
conversationTreeAdvanced: false,
conversationOtherRepliesButton: 'below',
conversationTreeFadeAncestors: false,
maxDepthInThread: 6,
// Nasty stuff