1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 00:15:35 +02:00

Use WHATWG API

> New application code should use the WHATWG API.
This commit is contained in:
syuilo
2019-06-18 15:27:13 +09:00
parent 736fdabc1d
commit 1331f0b953
8 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
import webFinger from './webfinger';
import config from '../config';
import { createPerson, updatePerson } from './activitypub/models/person';
import { URL } from 'url';
import { remoteLogger } from './logger';
import chalk from 'chalk';
import { User, IRemoteUser } from '../models/entities/user';