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
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
8 changed files with 0 additions and 8 deletions

View file

@ -3,7 +3,6 @@ import * as httpSignature from 'http-signature';
import { IRemoteUser } from '../../models/entities/user';
import perform from '../../remote/activitypub/perform';
import { resolvePerson, updatePerson } from '../../remote/activitypub/models/person';
import { URL } from 'url';
import { publishApLogStream } from '../../services/stream';
import Logger from '../../services/logger';
import { registerOrFetchInstanceDoc } from '../../services/register-or-fetch-instance-doc';