This commit is contained in:
syuilo 2025-08-28 13:30:52 +09:00
parent bca3602da2
commit 8b347e23e3
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ function send() {
function onEndpointChange() {
misskeyApi('endpoint', { endpoint: endpoint.value }, withCredential.value ? undefined : null).then(resp => {
if (resp == null) {
body.value = '{}';
return;
}
const endpointBody = {};
for (const p of resp.params) {
endpointBody[p.name] =