mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[mastodon-client] Fix note favorite count
This commit is contained in:
parent
16c10f55a3
commit
941f44dc71
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export class NoteConverter {
|
|||
host,
|
||||
);
|
||||
|
||||
const reactionCount = NoteReactions.countBy({id: note.id});
|
||||
const reactionCount = NoteReactions.countBy({noteId: note.id});
|
||||
|
||||
const reaction = user ? NoteReactions.findOneBy({
|
||||
userId: user.id,
|
||||
|
|
Loading…
Reference in a new issue