Style improvements and fixes

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-05-01 19:19:21 +02:00
parent f720e60b49
commit 5bdb406b93
6 changed files with 6 additions and 20 deletions

View File

@@ -61,10 +61,6 @@ const defaultSettings = ImmutableMap({
reply: true,
direct: false,
}),
regex: ImmutableMap({
body: '',
}),
}),
notifications: ImmutableMap({
@@ -117,9 +113,6 @@ const defaultSettings = ImmutableMap({
other: ImmutableMap({
onlyMedia: false,
}),
regex: ImmutableMap({
body: '',
}),
}),
public: ImmutableMap({
@@ -131,15 +124,9 @@ const defaultSettings = ImmutableMap({
other: ImmutableMap({
onlyMedia: false,
}),
regex: ImmutableMap({
body: '',
}),
}),
direct: ImmutableMap({
regex: ImmutableMap({
body: '',
}),
}),
account_timeline: ImmutableMap({