1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 11:45:30 +02:00

Implement remote follow

This commit is contained in:
Akihiko Odaki
2018-04-01 19:43:26 +09:00
parent cba73d6bc1
commit dc529711ce
11 changed files with 114 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
const WebFinger = require('webfinger.js');
const webFinger = new WebFinger({});
const webFinger = new WebFinger({ tls_only: false });
type ILink = {
href: string;