Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ
2024-02-25 03:36:45 +09:00
88 changed files with 1371 additions and 871 deletions

View File

@@ -57,7 +57,7 @@ function save() {
sensitiveMediaHosts: sensitiveMediaHosts.value.split('\n') || [],
}).then(() => {
fetchInstance();
fetchInstance(true);
});
}