re-enable post imports

This commit is contained in:
ThatOneCalculator 2023-05-05 13:27:52 -07:00
parent de3f231470
commit 8f85f2c58f
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 5 additions and 5 deletions

View file

@ -533,7 +533,7 @@ const eps = [
["i/export-following", ep___i_exportFollowing],
["i/export-mute", ep___i_exportMute],
["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/favorites", ep___i_favorites],
["i/gallery/likes", ep___i_gallery_likes],

View file

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