Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2014-10-14 15:25:16 +0400
committerJonne Haß <me@jhass.eu>2014-10-14 15:25:16 +0400
commita7c702d6312150f5774b6ec8863cec23404f769f (patch)
tree0439ee90263a13eb5be1c7742dbfbf4441cc64b7 /app
parent0a20d6a2b70eb55d5bea58c718bef75d6814b42c (diff)
parentadc839d6202046fbea32bb91507378a74daf6c00 (diff)
Merge pull request #5308 from Flaburgan/add-network-key-to-statistics
Add network key to statistics.json Conflicts: Changelog.md
Diffstat (limited to 'app')
-rw-r--r--app/presenters/statistics_presenter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/presenters/statistics_presenter.rb b/app/presenters/statistics_presenter.rb
index f723fc639..5f8459a8b 100644
--- a/app/presenters/statistics_presenter.rb
+++ b/app/presenters/statistics_presenter.rb
@@ -3,6 +3,7 @@ class StatisticsPresenter
def as_json(options={})
result = {
'name' => AppConfig.settings.pod_name,
+ 'network' => "Diaspora",
'version' => AppConfig.version_string,
'registrations_open' => AppConfig.settings.enable_registrations,
'services' => []