リストのエクスポートをできるように

#4259
This commit is contained in:
syuilo
2019-03-11 09:59:07 +09:00
parent 0fff2e4f16
commit ce0d4f77fa
6 changed files with 105 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import { exportNotes } from './export-notes';
import { exportFollowing } from './export-following';
import { exportMute } from './export-mute';
import { exportBlocking } from './export-blocking';
import { exportUserLists } from './export-user-lists';
const jobs = {
deleteNotes,
@@ -13,6 +14,7 @@ const jobs = {
exportFollowing,
exportMute,
exportBlocking,
exportUserLists
} as any;
export default function(dbQueue: Bull.Queue) {