Resolve #1736
This commit is contained in:
parent
a7e60f80bd
commit
c932f7a25b
5 changed files with 140 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue