This commit is contained in:
April John 2023-05-15 13:03:48 +00:00
parent 38a5f4e543
commit 1161db414e

View file

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