From 13bd05c4f9c37a7700ecd02b965b9a503ca067d4 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Mon, 21 Feb 2022 10:00:03 -0600 Subject: [PATCH] make timeline expand not defaut (it's still an option) Signed-off-by: Sam Therapy --- src/modules/instance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/instance.js b/src/modules/instance.js index 2c7a88fd..4ef0bb90 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -56,7 +56,7 @@ const defaultState = { conversationDisplay: 'simple_tree', conversationOtherRepliesButton: 'below', maxDepthInThread: 6, - showTimelines: true, + showTimelines: false, // Nasty stuff customEmoji: [],