From 86d2aeb9de6ca66830cea7e053e92b1d6b715e4e Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 23 Feb 2023 20:48:07 -0700 Subject: [PATCH] Oops, include ActivityPub in confs! --- core/message_const.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/message_const.js b/core/message_const.js index 1f3ea865..bb742ed2 100644 --- a/core/message_const.js +++ b/core/message_const.js @@ -5,10 +5,7 @@ const WellKnownConfTags = { }; exports.WellKnownConfTags = WellKnownConfTags; -exports.SystemInternalConfTags = [ - WellKnownConfTags.SystemInternal, - WellKnownConfTags.ActivityPubInternal, -]; +exports.SystemInternalConfTags = [WellKnownConfTags.SystemInternal]; const WellKnownAreaTags = { Invalid: '',