Disable signature check
This commit is contained in:
parent
cd66f859ab
commit
576e4121be
|
@ -222,7 +222,7 @@ const importPosts = async (ev) => {
|
|||
const file = await selectFile(ev.currentTarget ?? ev.target);
|
||||
os.api("i/import-posts", {
|
||||
fileId: file.id,
|
||||
signatureCheck: importType.value === "mastodon" ? true : false,
|
||||
signatureCheck: false,
|
||||
})
|
||||
.then(onImportSuccess)
|
||||
.catch(onError);
|
||||
|
|
Loading…
Reference in New Issue