1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-11 03:04:08 +02:00
This commit is contained in:
syuilo
2025-08-26 09:08:00 +09:00
parent 120af977a9
commit 9e5c8d94bf
14 changed files with 39 additions and 32 deletions

View File

@@ -198,7 +198,7 @@ if (iAmModerator) {
});
}
async function fetch(): Promise<void> {
async function _fetch_(): Promise<void> {
if (iAmAdmin) {
meta.value = await misskeyApi('admin/meta');
}
@@ -276,7 +276,7 @@ function refreshMetadata(): void {
});
}
fetch();
_fetch_();
const headerActions = computed(() => [{
text: `https://${props.host}`,