mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:53:09 +02:00
fix test
This commit is contained in:
parent
bcbcaa9c60
commit
a997b7bdcc
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ describe('ActivityPub', () => {
|
||||||
const metaInitial = {
|
const metaInitial = {
|
||||||
cacheRemoteFiles: true,
|
cacheRemoteFiles: true,
|
||||||
cacheRemoteSensitiveFiles: true,
|
cacheRemoteSensitiveFiles: true,
|
||||||
|
perUserHomeTimelineCacheMax: 100,
|
||||||
blockedHosts: [] as string[],
|
blockedHosts: [] as string[],
|
||||||
sensitiveWords: [] as string[],
|
sensitiveWords: [] as string[],
|
||||||
} as MiMeta;
|
} as MiMeta;
|
||||||
|
|
Loading…
Reference in a new issue