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; | ||||
| } | ||||
| 
 | ||||
| export const validActor = ['Person', 'Service']; | ||||
| export const validActor = ['Person', 'Service', 'Group', 'Organization']; | ||||
| 
 | ||||
| export interface IPerson extends IObject { | ||||
| 	type: 'Person'; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue