Oops, include ActivityPub in confs!
This commit is contained in:
parent
8822a7cc3d
commit
86d2aeb9de
|
@ -5,10 +5,7 @@ const WellKnownConfTags = {
|
|||
};
|
||||
exports.WellKnownConfTags = WellKnownConfTags;
|
||||
|
||||
exports.SystemInternalConfTags = [
|
||||
WellKnownConfTags.SystemInternal,
|
||||
WellKnownConfTags.ActivityPubInternal,
|
||||
];
|
||||
exports.SystemInternalConfTags = [WellKnownConfTags.SystemInternal];
|
||||
|
||||
const WellKnownAreaTags = {
|
||||
Invalid: '',
|
||||
|
|
Loading…
Reference in New Issue