Properly filter DMs from timelines
This commit is contained in:
parent
b706024e31
commit
72763d1495
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,7 @@ export const defaultSettings = ImmutableMap({
|
||||||
shows: ImmutableMap({
|
shows: ImmutableMap({
|
||||||
reblog: false,
|
reblog: false,
|
||||||
reply: true,
|
reply: true,
|
||||||
|
direct: false,
|
||||||
}),
|
}),
|
||||||
other: ImmutableMap({
|
other: ImmutableMap({
|
||||||
onlyMedia: false,
|
onlyMedia: false,
|
||||||
|
@ -116,6 +117,7 @@ export const defaultSettings = ImmutableMap({
|
||||||
shows: ImmutableMap({
|
shows: ImmutableMap({
|
||||||
reblog: true,
|
reblog: true,
|
||||||
reply: true,
|
reply: true,
|
||||||
|
direct: false,
|
||||||
}),
|
}),
|
||||||
other: ImmutableMap({
|
other: ImmutableMap({
|
||||||
onlyMedia: false,
|
onlyMedia: false,
|
||||||
|
@ -135,6 +137,7 @@ export const defaultSettings = ImmutableMap({
|
||||||
shows: ImmutableMap({
|
shows: ImmutableMap({
|
||||||
reblog: true,
|
reblog: true,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
|
direct: false,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue