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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user