[wip] #1455
This commit is contained in:
		
							parent
							
								
									20e77196f2
								
							
						
					
					
						commit
						4e032a9188
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		| 
						 | 
					@ -46,11 +46,13 @@ export default async (user: IUser, note: INote, reaction: string) => new Promise
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	publishNoteStream(note._id, 'reacted');
 | 
						publishNoteStream(note._id, 'reacted');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Notify
 | 
						// リアクションされたユーザーがローカルユーザーなら通知を作成
 | 
				
			||||||
 | 
						if (isLocalUser(note._user)) {
 | 
				
			||||||
		notify(note.userId, user._id, 'reaction', {
 | 
							notify(note.userId, user._id, 'reaction', {
 | 
				
			||||||
			noteId: note._id,
 | 
								noteId: note._id,
 | 
				
			||||||
			reaction: reaction
 | 
								reaction: reaction
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pushSw(note.userId, 'reaction', {
 | 
						pushSw(note.userId, 'reaction', {
 | 
				
			||||||
		user: await packUser(user, note.userId),
 | 
							user: await packUser(user, note.userId),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue