Fix atom feed pagination.
[akkoma] / config / config.exs
index e6c695215e50b06054d089034e5ed7381c9e90cb..bd714a189bd45a999e96cd0afec6d2e2b6629534 100644 (file)
@@ -50,7 +50,8 @@ config :pleroma, :instance,
   name: "Pleroma",
   email: "example@example.com",
   limit: 5000,
-  registrations_open: true
+  registrations_open: true,
+  federating: true
 
 config :pleroma, :media_proxy,
   enabled: false,