1
0

Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar
2024-12-12 13:04:51 +00:00
54 changed files with 1630 additions and 20 deletions
+1 -1
View File
@@ -264,7 +264,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>('pinned');
const noteview = ref<string | null>(props.user.pinnedNotes.length ? 'pinned' : null);
const listenbrainzdata = ref(false);
if (props.user.listenbrainz) {