Resolve #4259
This commit is contained in:
parent
bb6ede2b8f
commit
c3d34bda37
6 changed files with 243 additions and 5 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 { 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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue