Support pleromo registrations format
This commit is contained in:
		
							parent
							
								
									e2feeecbb3
								
							
						
					
					
						commit
						741c4efc0e
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -80,7 +80,7 @@ impl QueryInstance { | |||
|                 description, | ||||
|                 instance.version, | ||||
|                 instance.registrations, | ||||
|                 instance.approval_required, | ||||
|                 instance.approval_required || instance.registrations, | ||||
|             ) | ||||
|             .await?; | ||||
| 
 | ||||
|  | @ -114,6 +114,9 @@ struct Instance { | |||
|     #[serde(default = "default_approval")] | ||||
|     approval_required: bool, | ||||
| 
 | ||||
|     #[serde(default = "default_approval")] | ||||
|     registrations: bool, | ||||
| 
 | ||||
|     #[serde(rename = "contact_account")] | ||||
|     contact: Option<Contact>, | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue