Merge branch 'develop' into future-2024-03-23
This commit is contained in:
commit
beb00789df
6 changed files with 66 additions and 43 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue