backend: move to foundkey-js

This commit is contained in:
Norm 2022-08-26 01:34:22 -04:00
parent ebaa1960bf
commit 237c29a4b8
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE
2 changed files with 1 additions and 2 deletions

View file

@ -69,7 +69,6 @@
"koa-views": "7.0.2",
"mfm-js": "0.22.1",
"mime-types": "2.1.35",
"misskey-js": "0.0.14",
"mocha": "10.0.0",
"multer": "1.4.5-lts.1",
"nested-property": "4.0.0",

View file

@ -6,7 +6,7 @@ import * as childProcess from 'child_process';
import * as http from 'node:http';
import { SIGKILL } from 'constants';
import WebSocket from 'ws';
import * as misskey from 'misskey-js';
import * as misskey from 'foundkey-js';
import fetch from 'node-fetch';
import FormData from 'form-data';
import { DataSource } from 'typeorm';