1
0
Fork 1
mirror of https://example.com synced 2024-11-23 21:16:39 +09:00
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, {