fix, async
This commit is contained in:
		@@ -70,7 +70,7 @@ export class QueueService {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	@bindThis
 | 
			
		||||
	public deliver(user: ThinUser, content: IActivity | null, to: string | null, isSharedInbox: boolean) {
 | 
			
		||||
	public async deliver(user: ThinUser, content: IActivity | null, to: string | null, isSharedInbox: boolean) {
 | 
			
		||||
		if (content == null) return null;
 | 
			
		||||
		if (to == null) return null;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user