mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Add Group and Organization to validActor (#5784)
This commit is contained in:
		
							parent
							
								
									4845770880
								
							
						
					
					
						commit
						23f262c2e4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -99,7 +99,7 @@ interface IQuestionChoice {
 | 
				
			||||||
	_misskey_votes?: number;
 | 
						_misskey_votes?: number;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const validActor = ['Person', 'Service'];
 | 
					export const validActor = ['Person', 'Service', 'Group', 'Organization'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface IPerson extends IObject {
 | 
					export interface IPerson extends IObject {
 | 
				
			||||||
	type: 'Person';
 | 
						type: 'Person';
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue