mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-28 21:28:19 +01:00
show pinned notes by default on user profiles
This commit is contained in:
parent
b0420c948c
commit
b477de1d98
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ const memoDraft = ref(props.user.memo);
|
|||
const isEditingMemo = ref(false);
|
||||
const moderationNote = ref(props.user.moderationNote);
|
||||
const editModerationNote = ref(false);
|
||||
const noteview = ref<string | null>(null);
|
||||
const noteview = ref<string | null>('pinned');
|
||||
|
||||
const listenbrainzdata = ref(false);
|
||||
if (props.user.listenbrainz) {
|
||||
|
|
Loading…
Reference in a new issue