This commit is contained in:
syuilo
2019-03-11 19:43:58 +09:00
parent bb6ede2b8f
commit c3d34bda37
6 changed files with 243 additions and 5 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 { importUserLists } from './import-user-lists';
const jobs = {
deleteNotes,
@@ -14,7 +15,8 @@ const jobs = {
exportFollowing,
exportMute,
exportBlocking,
exportUserLists
exportUserLists,
importUserLists
} as any;
export default function(dbQueue: Bull.Queue) {