mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix
This commit is contained in:
parent
a2a9415839
commit
698a2c6912
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user