Clean up initial_state.js
This commit is contained in:
parent
725a9b3403
commit
ddfd7ccf98
2 changed files with 0 additions and 15 deletions
|
@ -28,10 +28,6 @@ export default class TimelineContainer extends React.PureComponent {
|
|||
local: PropTypes.bool,
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
local: !initialState.settings.known_fediverse,
|
||||
};
|
||||
|
||||
render() {
|
||||
const { locale, hashtag, local } = this.props;
|
||||
|
||||
|
|
|
@ -10,21 +10,10 @@ export const displayMedia = getMeta('display_media');
|
|||
export const unfollowModal = getMeta('unfollow_modal');
|
||||
export const boostModal = getMeta('boost_modal');
|
||||
export const deleteModal = getMeta('delete_modal');
|
||||
export const me = getMeta('me');
|
||||
export const searchEnabled = getMeta('search_enabled');
|
||||
export const invitesEnabled = getMeta('invites_enabled');
|
||||
export const repository = getMeta('repository');
|
||||
export const source_url = getMeta('source_url');
|
||||
export const version = getMeta('version');
|
||||
export const logo = getMeta('logo');
|
||||
export const mascot = getMeta('mascot');
|
||||
export const siteTitle = getMeta('site_title');
|
||||
export const profile_directory = getMeta('profile_directory');
|
||||
export const isStaff = getMeta('is_staff');
|
||||
export const forceSingleColumn = !getMeta('advanced_layout');
|
||||
export const funding = getMeta('funding');
|
||||
export const promoItems = getMeta('promo_items');
|
||||
export const unreadCount = getMeta('unread_count');
|
||||
export const maxTootChars = getMeta('max_toot_chars');
|
||||
|
||||
export default initialState;
|
||||
|
|
Loading…
Reference in a new issue