Revert "Merge pull request #3655 from denschub/feature/fix-followhq-setting"
This reverts commitb0fc95764d, reversing changes made to0057e9ed46.
This commit is contained in:
parent
b0fc95764d
commit
4b5b7fc77f
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ class User < ActiveRecord::Base
|
|||
self.aspects.create(:name => I18n.t('aspects.seed.work'))
|
||||
aq = self.aspects.create(:name => I18n.t('aspects.seed.acquaintances'))
|
||||
|
||||
if AppConfig.settings.follow_diasporahq
|
||||
unless AppConfig.settings.follow_diasporahq
|
||||
default_account = Webfinger.new('diasporahq@joindiaspora.com').fetch
|
||||
self.share_with(default_account, aq) if default_account
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue