align Sk & Mk variants of components

some whitespace, some types, a missing sound, and a probably wrong API
URL
This commit is contained in:
dakkar 2024-01-21 12:37:41 +00:00
parent 9d3f34d88f
commit f87483feb7
5 changed files with 20 additions and 18 deletions

View file

@ -606,7 +606,7 @@ function react(viaKeyboard = false): void {
return;
}
misskeyApi('notes/reactions/create', {
misskeyApi('notes/like', {
noteId: appearNote.value.id,
override: defaultLike.value,
});