mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Allow import of following and blocks via CSV (#3150)
* [feature] Import follows + blocks via settings panel * test import follows
This commit is contained in:
@@ -22,6 +22,7 @@ import Export from "./export";
|
||||
import Loading from "../../../components/loading";
|
||||
import { Error } from "../../../components/error";
|
||||
import { useExportStatsQuery } from "../../../lib/query/user/export-import";
|
||||
import Import from "./import";
|
||||
|
||||
export default function ExportImport() {
|
||||
const {
|
||||
@@ -52,6 +53,7 @@ export default function ExportImport() {
|
||||
your GoToSocial account. All exports and imports use Mastodon-compatible CSV files.
|
||||
</p>
|
||||
<Export exportStats={exportStats} />
|
||||
<Import />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user