mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	remove embedded Note from "createPromo" mod logs
This commit is contained in:
		
							parent
							
								
									20e2a6e95a
								
							
						
					
					
						commit
						c44c59e9ae
					
				
					 2 changed files with 12 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -512,7 +512,6 @@ export type ModerationLogPayloads = {
 | 
			
		|||
		noteUserId: string;
 | 
			
		||||
		noteUserUsername: string;
 | 
			
		||||
		noteUserHost: string | null;
 | 
			
		||||
		note: any;
 | 
			
		||||
	},
 | 
			
		||||
	addRelay: {
 | 
			
		||||
		inbox: string;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -510,4 +510,16 @@ export type ModerationLogPayloads = {
 | 
			
		|||
		id: string;
 | 
			
		||||
		host: string;
 | 
			
		||||
	};
 | 
			
		||||
	createPromo: {
 | 
			
		||||
		noteId: string,
 | 
			
		||||
		noteUserId: string;
 | 
			
		||||
		noteUserUsername: string;
 | 
			
		||||
		noteUserHost: string | null;
 | 
			
		||||
	};
 | 
			
		||||
	addRelay: {
 | 
			
		||||
		inbox: string;
 | 
			
		||||
	};
 | 
			
		||||
	removeRelay: {
 | 
			
		||||
		inbox: string;
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue