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

@ -14,6 +14,7 @@ class InitialStateSerializer < ActiveModel::Serializer
domain: Rails.configuration.x.local_domain,
admin: object.admin&.id&.to_s,
search_enabled: Chewy.enabled?,
invites_enabled: Setting.min_invite_role == 'user',
}
if object.current_account