View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/467 Closes #458 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: Leah <kevinlukej@gmail.com> Approved-by: Marie <marie@kaifa.ch>
This commit is contained in:
commit
45eab01fc4
1 changed files with 1 additions and 1 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…
Reference in a new issue