🎨
This commit is contained in:
parent
8296cac636
commit
040d395ddb
5 changed files with 45 additions and 32 deletions
|
|
@ -44,7 +44,8 @@ export default async (user: IUser, note: INote, reaction: string) => new Promise
|
|||
});
|
||||
|
||||
publishNoteStream(note._id, 'reacted', {
|
||||
reaction: reaction
|
||||
reaction: reaction,
|
||||
userId: user._id
|
||||
});
|
||||
|
||||
// リアクションされたユーザーがローカルユーザーなら通知を作成
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue