Merge branch 'no-dms-timelines' into 'develop'

Properly filter DMs from timelines

See merge request soapbox-pub/soapbox-fe!909
This commit is contained in:
Alex Gleason 2021-12-13 04:48:44 +00:00
commit ad961dd0b5

View file

@ -103,6 +103,7 @@ export const defaultSettings = ImmutableMap({
shows: ImmutableMap({
reblog: false,
reply: true,
direct: false,
}),
other: ImmutableMap({
onlyMedia: false,
@ -116,6 +117,7 @@ export const defaultSettings = ImmutableMap({
shows: ImmutableMap({
reblog: true,
reply: true,
direct: false,
}),
other: ImmutableMap({
onlyMedia: false,
@ -135,6 +137,7 @@ export const defaultSettings = ImmutableMap({
shows: ImmutableMap({
reblog: true,
pinned: true,
direct: false,
}),
}),