mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 19:12:26 -05:00 
			
		
		
		
	[bugfix] rename include_types[] to types[] (#3023)
		
	This commit is contained in:
		
					parent
					
						
							
								d2b3d37724
							
						
					
				
			
			
				commit
				
					
						4ce5c37df5
					
				
			
		
					 6 changed files with 19 additions and 19 deletions
				
			
		|  | @ -34,8 +34,8 @@ const ( | |||
| 	BasePathWithID    = BasePath + "/:" + IDKey | ||||
| 	BasePathWithClear = BasePath + "/clear" | ||||
| 
 | ||||
| 	// IncludeTypesKey names an array param specifying notification types to include. | ||||
| 	IncludeTypesKey = "include_types[]" | ||||
| 	// TypesKey names an array param specifying notification types to include. | ||||
| 	TypesKey = "types[]" | ||||
| 	// ExcludeTypesKey names an array param specifying notification types to exclude. | ||||
| 	ExcludeTypesKey = "exclude_types[]" | ||||
| 	MaxIDKey        = "max_id" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue