for tests, only try to connect with an actual person
This commit is contained in:
parent
5e5671ecf8
commit
bbf8f2a15b
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ class User < ActiveRecord::Base
|
||||||
aq = self.aspects.create(:name => I18n.t('aspects.seed.acquaintances'))
|
aq = self.aspects.create(:name => I18n.t('aspects.seed.acquaintances'))
|
||||||
|
|
||||||
default_account = Webfinger.new('diasporahq@joindiaspora.com').fetch
|
default_account = Webfinger.new('diasporahq@joindiaspora.com').fetch
|
||||||
self.share_with(default_account, aq)
|
self.share_with(default_account, aq) if default_account
|
||||||
aq
|
aq
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue