merge
authorHakaba Hitoyo <hakabahitoyo@example.com>
Thu, 19 Jul 2018 08:42:00 +0000 (17:42 +0900)
committerHakaba Hitoyo <hakabahitoyo@example.com>
Thu, 19 Jul 2018 08:42:00 +0000 (17:42 +0900)
1  2 
config/config.exs
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/nodeinfo/nodeinfo_controller.ex
lib/pleroma/web/router.ex

Simple merge
index 42d322f899b5e9672c6b72a958f50a99a94d3b99,7c67bbf1c6f237c1107b6898edf7279716e9d589..f9a6d9c25c8f9953ec9893d8c194cea1fea1344f
@@@ -44,12 -43,9 +44,14 @@@ defmodule Pleroma.Web.Nodeinfo.Nodeinfo
        },
        metadata: %{
          nodeName: Keyword.get(instance, :name),
+         nodeDescription: Keyword.get(instance, :description),
          mediaProxy: Keyword.get(media_proxy, :enabled),
 -        private: !Keyword.get(instance, :public, true)
++        private: !Keyword.get(instance, :public, true),
 +        suggestions: %{
 +          enabled: Keyword.get(suggestions, :enabled, false),
 +          thirdPartyEngine: Keyword.get(suggestions, :third_party_engine, ""),
 +          timeout: Keyword.get(suggestions, :timeout, 5000)
 +        }
        }
      }
  
Simple merge