0
0
Fork 0

Add "find friends", "invite people", and more to getting started footer (#7803)

- Find friends from Twitter (bridge)
- Invite people (when invites enabled)
- Security (change e-mail/password)
- Developers (create OAuth apps/tokens)
This commit is contained in:
Eugen Rochko 2018-06-15 15:51:37 +02:00 committed by GitHub
parent 4f42238c29
commit 1cc775200e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View file

@ -11,5 +11,6 @@ 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 default initialState;