Filter out reposts in local timeline by default, fixes #307
This commit is contained in:
parent
c766e5cd57
commit
bd65a1b3f5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ const defaultSettings = ImmutableMap({
|
||||||
|
|
||||||
community: ImmutableMap({
|
community: ImmutableMap({
|
||||||
shows: ImmutableMap({
|
shows: ImmutableMap({
|
||||||
reblog: true,
|
reblog: false,
|
||||||
reply: true,
|
reply: true,
|
||||||
}),
|
}),
|
||||||
other: ImmutableMap({
|
other: ImmutableMap({
|
||||||
|
|
Loading…
Reference in a new issue