This commit is contained in:
mgabdev
2020-03-04 17:50:15 -05:00
parent 198fe127a0
commit d31d5fcd81
75 changed files with 806 additions and 807 deletions

View File

@@ -7,7 +7,7 @@ const initialState = Immutable.Map({
alerts: new Immutable.Map({
follow: false,
favorite: false,
reblog: false,
repost: false,
mention: false,
poll: false,
}),

View File

@@ -15,7 +15,7 @@ const initialState = ImmutableMap({
home: ImmutableMap({
shows: ImmutableMap({
reblog: true,
repost: true,
reply: true,
}),
@@ -34,7 +34,7 @@ const initialState = ImmutableMap({
alerts: ImmutableMap({
follow: true,
favorite: true,
reblog: true,
repost: true,
mention: true,
poll: true,
}),
@@ -48,7 +48,7 @@ const initialState = ImmutableMap({
shows: ImmutableMap({
follow: true,
favorite: true,
reblog: true,
repost: true,
mention: true,
poll: true,
}),
@@ -56,7 +56,7 @@ const initialState = ImmutableMap({
sounds: ImmutableMap({
follow: true,
favorite: true,
reblog: true,
repost: true,
mention: true,
poll: true,
}),