This commit is contained in:
syuilo
2019-03-12 00:34:19 +09:00
parent a7e60f80bd
commit c932f7a25b
5 changed files with 140 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import { exportFollowing } from './export-following';
import { exportMute } from './export-mute';
import { exportBlocking } from './export-blocking';
import { exportUserLists } from './export-user-lists';
import { importFollowing } from './import-following';
import { importUserLists } from './import-user-lists';
const jobs = {
@@ -16,6 +17,7 @@ const jobs = {
exportMute,
exportBlocking,
exportUserLists,
importFollowing,
importUserLists
} as any;