1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 18:44:05 +02:00

Merge branch 'develop' into copilot/add-user-mute-settings

This commit is contained in:
かっこかり
2025-11-10 18:38:04 +09:00
committed by GitHub
36 changed files with 376 additions and 161 deletions

View File

@@ -44,7 +44,7 @@ async function addRelay() {
if (canceled || inbox == null) return;
misskeyApi('admin/relays/add', {
inbox,
}).then((relay: any) => {
}).then(() => {
refresh();
}).catch((err: any) => {
os.alert({