From d51ed04584ada2682e203cce143f31ca6d0866bd Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Sat, 18 Jan 2020 11:16:34 -0800 Subject: Adding Federation toggle There is now a toggle in the `config/domain-example.js` file called `isFederated`. When set to `true`, ActivityPub functions as normal. When set to false, the ActivityPub functions all immediately return without doing anything, and AP routes return 404s. --- views/event.handlebars | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views') diff --git a/views/event.handlebars b/views/event.handlebars index 6f9dae1..52a68bc 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -72,6 +72,7 @@ Copy + {{#if isFederated}}
  • @@ -81,6 +82,7 @@ Copy
  • + {{/if}} -- cgit v1.2.3