mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-01 12:36:14 +01:00
merge: Show pinned notes by default on user profiles (!772)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/772 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
b7e6e13b8d
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