mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 03:04:08 +02:00
refactor
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user