Fix following from Preroma does not complete (#2905)
* In Follow Accept/Reject, send previous received id * In Follow Accept/Reject, send Activity.actor
This commit is contained in:
		@@ -23,5 +23,5 @@ export default async (actor: IRemoteUser, activity: IFollow): Promise<void> => {
 | 
			
		||||
		throw new Error('フォローしようとしているユーザーはローカルユーザーではありません');
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	await follow(actor, followee);
 | 
			
		||||
	await follow(actor, followee, activity.id);
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user