diff --git a/server/lib/federation/outgoing.ts b/server/lib/federation/outgoing.ts index ced89bee..27248ee1 100644 --- a/server/lib/federation/outgoing.ts +++ b/server/lib/federation/outgoing.ts @@ -33,6 +33,8 @@ async function videoBuildJSONLD ( ]) if (settings['federation-dont-publish-remotely']) { + // Note: we store also outgoing data. Could help for migration/cleanup scripts, for example. + await storeVideoLiveChatInfos(options, video, false) return jsonld }