Skip to content

Commit

Permalink
reduxTypes [nfc]: Remove NavigationRouteState.
Browse files Browse the repository at this point in the history
This should have been removed when we stopped using it.
  • Loading branch information
chrisbobbe committed Mar 10, 2021
1 parent d87d208 commit cabfaf9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/reduxTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import type {
UserPresence,
UserStatusMapObject,
} from './api/apiTypes';
import type { Narrow } from './utils/narrow';
import type { SessionState } from './session/sessionReducer';
import type { PmConversationsState } from './pm-conversations/pmConversationsModel';
import type { UnreadState } from './unread/unreadModelTypes';
Expand Down Expand Up @@ -187,15 +186,6 @@ export type MuteState = MuteTuple[];
*/
export type NarrowsState = Immutable.Map<string, number[]>;

export type NavigationRouteState = {
key: string,
routeName: string,
/** The fields in `params` vary by route; see `navActions.js`. */
params?: {
narrow?: Narrow,
},
};

export type OutboxState = Outbox[];

/**
Expand Down

0 comments on commit cabfaf9

Please sign in to comment.