Fix nodeinfo casing
This commit is contained in:
		
							parent
							
								
									fbed60248d
								
							
						
					
					
						commit
						8efb00dc72
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -53,6 +53,7 @@ pub struct Software {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Clone, Debug, serde::Serialize)]
 | 
					#[derive(Clone, Debug, serde::Serialize)]
 | 
				
			||||||
 | 
					#[serde(rename_all = "lowercase")]
 | 
				
			||||||
pub enum Protocol {
 | 
					pub enum Protocol {
 | 
				
			||||||
    ActivityPub,
 | 
					    ActivityPub,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue