Refactor "All Fediverse" setting

This commit is contained in:
Alex Gleason
2019-07-31 11:04:11 -04:00
parent 4d458d5778
commit f8113f705a
2 changed files with 4 additions and 5 deletions

View File

@@ -57,6 +57,10 @@ const initialState = ImmutableMap({
}),
community: ImmutableMap({
other: ImmutableMap({
allFediverse: false,
onlyMedia: false,
}),
regex: ImmutableMap({
body: '',
}),