From 4b5b7fc77faafee3e0ba964420f545f57a0edd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 21 Oct 2012 22:12:36 +0200 Subject: [PATCH] Revert "Merge pull request #3655 from denschub/feature/fix-followhq-setting" This reverts commit b0fc95764d2864aab68805620f1a0f48f9f1d4fd, reversing changes made to 0057e9ed46d1fe8e7417a499465053231c40a734. --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index e833346da..f37457d07 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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