forked from mirrors/misskey
add httpMessageSignaturesImplementationLevel to FederationInstance
This commit is contained in:
@@ -111,5 +111,9 @@ export const packedFederationInstanceSchema = {
|
||||
type: 'string',
|
||||
optional: true, nullable: true,
|
||||
},
|
||||
httpMessageSignaturesImplementationLevel: {
|
||||
type: 'string',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user