disable post imports for now

This commit is contained in:
ThatOneCalculator 2023-05-01 23:08:35 -07:00
parent bf262b972f
commit 169d61f0ad
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 5 additions and 8 deletions

View File

@ -533,7 +533,7 @@ const eps = [
["i/export-following", ep___i_exportFollowing], ["i/export-following", ep___i_exportFollowing],
["i/export-mute", ep___i_exportMute], ["i/export-mute", ep___i_exportMute],
["i/export-notes", ep___i_exportNotes], ["i/export-notes", ep___i_exportNotes],
["i/import-posts", ep___i_importPosts], // ["i/import-posts", ep___i_importPosts],
["i/export-user-lists", ep___i_exportUserLists], ["i/export-user-lists", ep___i_exportUserLists],
["i/favorites", ep___i_favorites], ["i/favorites", ep___i_favorites],
["i/gallery/likes", ep___i_gallery_likes], ["i/gallery/likes", ep___i_gallery_likes],

View File

@ -16,23 +16,20 @@
{{ i18n.ts.export }}</MkButton {{ i18n.ts.export }}</MkButton
> >
</FormFolder> </FormFolder>
<FormFolder class="_formBlock"> <!-- <FormFolder class="_formBlock">
<template #label>{{ i18n.ts.import }}</template> <template #label>{{ i18n.ts.import }}</template>
<template #icon <template #icon
><i class="ph-upload-simple ph-bold ph-lg"></i ><i class="ph-upload-simple ph-bold ph-lg"></i
></template> ></template>
<!-- <FormSwitch v-model="signatureCheck" class="_formBlock">
Mastodon import? (not Akkoma!)
</FormSwitch> -->
<FormRadios v-model="importType" class="_formBlock"> <FormRadios v-model="importType" class="_formBlock">
<option value="calckey">Calckey/Misskey</option> <option value="calckey">Calckey/Misskey</option>
<option value="mastodon">Mastodon</option> <option value="mastodon">Mastodon</option>
<!-- <option :disabled="true" value="akkoma"> <option :disabled="true" value="akkoma">
Pleroma/Akkoma (soon) Pleroma/Akkoma (soon)
</option> </option>
<option :disabled="true" value="twitter"> <option :disabled="true" value="twitter">
Twitter (soon) Twitter (soon)
</option> --> </option>
</FormRadios> </FormRadios>
<MkButton <MkButton
primary primary
@ -42,7 +39,7 @@
><i class="ph-upload-simple ph-bold ph-lg"></i> ><i class="ph-upload-simple ph-bold ph-lg"></i>
{{ i18n.ts.import }}</MkButton {{ i18n.ts.import }}</MkButton
> >
</FormFolder> </FormFolder> -->
</FormSection> </FormSection>
<FormSection> <FormSection>
<template #label>{{ <template #label>{{