This commit is contained in:
mgabdev
2020-03-04 17:32:57 -05:00
parent 567894f614
commit 198fe127a0
59 changed files with 680 additions and 680 deletions

View File

@@ -6,7 +6,7 @@ const initialState = Immutable.Map({
subscription: null,
alerts: new Immutable.Map({
follow: false,
favourite: false,
favorite: false,
reblog: false,
mention: false,
poll: false,

View File

@@ -33,7 +33,7 @@ const initialState = ImmutableMap({
notifications: ImmutableMap({
alerts: ImmutableMap({
follow: true,
favourite: true,
favorite: true,
reblog: true,
mention: true,
poll: true,
@@ -47,7 +47,7 @@ const initialState = ImmutableMap({
shows: ImmutableMap({
follow: true,
favourite: true,
favorite: true,
reblog: true,
mention: true,
poll: true,
@@ -55,7 +55,7 @@ const initialState = ImmutableMap({
sounds: ImmutableMap({
follow: true,
favourite: true,
favorite: true,
reblog: true,
mention: true,
poll: true,

View File

@@ -32,7 +32,7 @@ const initialState = ImmutableMap({
followers: ImmutableMap(),
following: ImmutableMap(),
reblogged_by: ImmutableMap(),
favourited_by: ImmutableMap(),
favorited_by: ImmutableMap(),
follow_requests: ImmutableMap(),
blocks: ImmutableMap(),
mutes: ImmutableMap(),