enable hideOnlineStatus by default for new users

This commit is contained in:
Hazelnoot 2024-12-09 09:29:42 -05:00
parent 92ffd2a5fc
commit b7a6ccfef9
3 changed files with 14 additions and 3 deletions

View file

@ -44,7 +44,7 @@ import MkFolder from '@/components/MkFolder.vue';
import { misskeyApi } from '@/scripts/misskey-api.js';
const isLocked = ref(false);
const hideOnlineStatus = ref(false);
const hideOnlineStatus = ref(true);
const noCrawle = ref(false);
watch([isLocked, hideOnlineStatus, noCrawle], () => {