This commit is contained in:
April John 2023-05-15 13:03:48 +00:00
parent 38a5f4e543
commit 1161db414e
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ export async function importMastoPost(
try { try {
text = htmlToMfm(post.object.content, post.object.tag); text = htmlToMfm(post.object.content, post.object.tag);
} catch (e) { } catch (e) {
done(); throw e;
return;
} }
const note = await create(user, { const note = await create(user, {