Filter out reposts in local timeline by default, fixes #307

This commit is contained in:
Alex Gleason
2020-08-14 12:42:03 -05:00
parent c766e5cd57
commit bd65a1b3f5

View File

@ -75,7 +75,7 @@ const defaultSettings = ImmutableMap({
community: ImmutableMap({
shows: ImmutableMap({
reblog: true,
reblog: false,
reply: true,
}),
other: ImmutableMap({