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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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