forked from mirrors/misskey
Return 403 from permission error
This commit is contained in:
@@ -84,6 +84,7 @@ interface ClientInformation {
|
||||
name: string;
|
||||
}
|
||||
|
||||
// https://indieauth.spec.indieweb.org/#client-information-discovery
|
||||
async function discoverClientInformation(httpRequestService: HttpRequestService, id: string): Promise<ClientInformation> {
|
||||
try {
|
||||
const res = await httpRequestService.send(id);
|
||||
|
||||
Reference in New Issue
Block a user