mirror of
				https://github.com/superseriousbusiness/gotosocial
				synced 2025-06-05 21:59:39 +02:00 
			
		
		
		
	[bugfix] Fix incorrect field name for status source, add helpful message (#2854)
* [bugfix] Fix incorrect field name for status source, add helpful message * swagger * yyammm
This commit is contained in:
		@@ -259,7 +259,7 @@ type StatusSource struct {
 | 
			
		||||
	// example: 01FBVD42CQ3ZEEVMW180SBX03B
 | 
			
		||||
	ID string `json:"id"`
 | 
			
		||||
	// Plain-text source of a status.
 | 
			
		||||
	Text string `json:"source"`
 | 
			
		||||
	Text string `json:"text"`
 | 
			
		||||
	// Plain-text version of spoiler text.
 | 
			
		||||
	SpoilerText string `json:"spoiler_text"`
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user