This commit is contained in:
syuilo 2025-08-25 16:56:05 +09:00
parent d336a1fb1c
commit bf8636e516
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ async function addRelay() {
type: 'url',
placeholder: i18n.ts.inboxUrl,
});
if (canceled) return;
if (canceled || inbox == null) return;
misskeyApi('admin/relays/add', {
inbox,
}).then((relay: any) => {