fix tests
This commit is contained in:
@@ -103,6 +103,25 @@ describe('ActivityPub', () => {
|
||||
let config: Config;
|
||||
|
||||
const metaInitial = {
|
||||
id: 'x',
|
||||
name: 'Test Instance',
|
||||
shortName: 'Test Instance',
|
||||
description: 'Test Instance',
|
||||
langs: [] as string[],
|
||||
pinnedUsers: [] as string[],
|
||||
hiddenTags: [] as string[],
|
||||
prohibitedWordsForNameOfUser: [] as string[],
|
||||
silencedHosts: [] as string[],
|
||||
mediaSilencedHosts: [] as string[],
|
||||
policies: {},
|
||||
serverRules: [] as string[],
|
||||
bannedEmailDomains: [] as string[],
|
||||
preservedUsernames: [] as string[],
|
||||
bubbleInstances: [] as string[],
|
||||
trustedLinkUrlPatterns: [] as string[],
|
||||
federation: 'all',
|
||||
federationHosts: [] as string[],
|
||||
allowUnsignedFetch: 'always',
|
||||
cacheRemoteFiles: true,
|
||||
cacheRemoteSensitiveFiles: true,
|
||||
enableFanoutTimeline: true,
|
||||
|
||||
Reference in New Issue
Block a user