Progress
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user