Merge branch 'develop' into future-2024-03-23

This commit is contained in:
dakkar 2024-03-24 11:26:36 +00:00
commit beb00789df
6 changed files with 66 additions and 43 deletions

View file

@ -40,7 +40,7 @@ const isScrolling = ref(false);
const scrollEl = shallowRef<HTMLElement>();
misskeyApiGet('notes/featured').then(_notes => {
notes.value = _notes;
notes.value = _notes.filter(n => n.cw == null);
});
onUpdated(() => {