mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 10:15:33 +02:00
Merge pull request #1356 from akihikodaki/publickey
Implement remote follow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const WebFinger = require('webfinger.js');
|
||||
|
||||
const webFinger = new WebFinger({});
|
||||
const webFinger = new WebFinger({ tls_only: false });
|
||||
|
||||
type ILink = {
|
||||
href: string;
|
||||
|
||||
Reference in New Issue
Block a user