From bd65a1b3f50c42218aa056dee0d2d39cb8de9046 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 14 Aug 2020 12:42:03 -0500 Subject: [PATCH] Filter out reposts in local timeline by default, fixes #307 --- app/soapbox/actions/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/actions/settings.js b/app/soapbox/actions/settings.js index e9b3a0c85..677556dee 100644 --- a/app/soapbox/actions/settings.js +++ b/app/soapbox/actions/settings.js @@ -75,7 +75,7 @@ const defaultSettings = ImmutableMap({ community: ImmutableMap({ shows: ImmutableMap({ - reblog: true, + reblog: false, reply: true, }), other: ImmutableMap({