mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
feat: support for FEP fb2a (new-style account metadata)
This commit is contained in:
@@ -42,6 +42,9 @@ ActivityPub._constants = Object.freeze({
|
||||
acceptableActorTypes: new Set(['Application', 'Group', 'Organization', 'Person', 'Service']),
|
||||
requiredActorProps: ['inbox', 'outbox'],
|
||||
acceptedProtocols: ['https', ...(process.env.CI === 'true' ? ['http'] : [])],
|
||||
acceptable: {
|
||||
customFields: new Set(['PropertyValue', 'Link', 'Note']),
|
||||
},
|
||||
});
|
||||
ActivityPub._cache = requestCache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user