make timeline expand not defaut (it's still an option)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
896e446486
commit
13bd05c4f9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const defaultState = {
|
|||
conversationDisplay: 'simple_tree',
|
||||
conversationOtherRepliesButton: 'below',
|
||||
maxDepthInThread: 6,
|
||||
showTimelines: true,
|
||||
showTimelines: false,
|
||||
|
||||
// Nasty stuff
|
||||
customEmoji: [],
|
||||
|
|
Loading…
Reference in a new issue