mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	clarify "unknown activity type" logging in ApInboxService.undo
This commit is contained in:
		
							parent
							
								
									f115116454
								
							
						
					
					
						commit
						f4ec837d6e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -687,7 +687,7 @@ export class ApInboxService {
 | 
			
		|||
		if (isAnnounce(object)) return await this.undoAnnounce(actor, object);
 | 
			
		||||
		if (isAccept(object)) return await this.undoAccept(actor, object);
 | 
			
		||||
 | 
			
		||||
		return `skip: unknown object type ${getApType(object)}`;
 | 
			
		||||
		return `skip: unknown activity type ${getApType(object)}`;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	@bindThis
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue