Skip to content
Snippets Groups Projects
Commit 69fd63e2 authored by Ivan Tashkinov's avatar Ivan Tashkinov
Browse files

[#114] Added `invitesEnabled` to `metadata` of nodeinfo.

parent 66380b06
Branches
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do
banner: Keyword.get(instance, :banner_upload_limit),
background: Keyword.get(instance, :background_upload_limit)
},
invitesEnabled: Keyword.get(instance, :invites_enabled, false),
features: features
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment