Fix
This commit is contained in:
parent
38a5f4e543
commit
1161db414e
|
@ -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, {
|
||||||
|
|
Loading…
Reference in New Issue