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:
authorflaburgan <flaburgan@geexxx.fr>2014-10-08 03:02:57 +0400
committerflaburgan <flaburgan@geexxx.fr>2014-10-08 03:16:54 +0400
commitadc839d6202046fbea32bb91507378a74daf6c00 (patch)
tree30e5d2e3ea60cd74b19ac6a2e9b66072b12d992a /app
parent4cfe3d7005679a705450362fab4f13002f2fcb81 (diff)
Add network key to statistics.json, close #5042
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 a3bcb8b32..c21217ac2 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
}