[Glitch] Port some of upstream's getting started footer links

This commit is contained in:
Thibaut Girka
2018-10-27 23:09:07 +02:00
committed by ThibG
parent 08c0f8b67c
commit 2b2facbbdf
3 changed files with 57 additions and 21 deletions

View File

@@ -22,6 +22,8 @@ export const deleteModal = getMeta('delete_modal');
export const me = getMeta('me');
export const searchEnabled = getMeta('search_enabled');
export const maxChars = (initialState && initialState.max_toot_chars) || 500;
export const invitesEnabled = getMeta('invites_enabled');
export const version = getMeta('version');
export const isStaff = getMeta('is_staff');
export default initialState;