forked from mirrors/misskey
@@ -21,7 +21,7 @@ const props = defineProps<{
|
||||
|
||||
const chart = $ref(null);
|
||||
|
||||
os.api('charts/user/notes', { userId: props.user.id, limit: 16, span: 'day' }).then(res => {
|
||||
os.apiGet('charts/user/notes', { userId: props.user.id, limit: 16, span: 'day' }).then(res => {
|
||||
chart = res;
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user