mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 14:42:26 -05:00 
			
		
		
		
	[bugfix] Account.last_status_at is a date, not datetime (#3419)
* [bugfix] Account.last_status_at is a date, not datetime Fix #3418 * update swagger
This commit is contained in:
		
					parent
					
						
							
								77d755e330
							
						
					
				
			
			
				commit
				
					
						95a316236e
					
				
			
		
					 16 changed files with 86 additions and 79 deletions
				
			
		|  | @ -79,7 +79,7 @@ func (suite *NotificationTestSuite) TestStreamNotification() { | |||
|     "followers_count": 0, | ||||
|     "following_count": 0, | ||||
|     "statuses_count": 3, | ||||
|     "last_status_at": "2021-09-11T09:40:37.000Z", | ||||
|     "last_status_at": "2021-09-11", | ||||
|     "emojis": [], | ||||
|     "fields": [] | ||||
|   } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue