Fix missing case.

This commit is contained in:
John Livingston 2023-04-20 18:32:13 +02:00
parent 5028d37c18
commit b1f1271389
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -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
}