Fix crash when calling tags from other tags

This commit is contained in:
Dragory 2021-08-21 00:53:58 +03:00
parent b336e8b5f4
commit ca9ea60082
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -47,7 +47,7 @@ export async function renderTagBody(
return "<embed>";
}
const rendered = await renderTagBody(pluginData, subTagBody, subTagArgs, subTagPermissionMatchParams);
const rendered = await renderTagBody(pluginData, subTagBody, subTagArgs, extraData, subTagPermissionMatchParams);
return rendered.content!;
},
});