mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-01 16:41:48 +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 isEditingMemo = ref(false);
|
||||||
const moderationNote = ref(props.user.moderationNote);
|
const moderationNote = ref(props.user.moderationNote);
|
||||||
const editModerationNote = ref(false);
|
const editModerationNote = ref(false);
|
||||||
const noteview = ref<string | null>(null);
|
const noteview = ref<string | null>('pinned');
|
||||||
|
|
||||||
const listenbrainzdata = ref(false);
|
const listenbrainzdata = ref(false);
|
||||||
if (props.user.listenbrainz) {
|
if (props.user.listenbrainz) {
|
||||||
|
|
Loading…
Reference in a new issue