Fix /admin/accounts/:account_id/statuses/:id for edited posts with media attachments (#30819)
		
	This commit is contained in:
		
					parent
					
						
							
								55408f8085
							
						
					
				
			
			
				commit
				
					
						fcae9435ec
					
				
			
		
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -43,6 +43,11 @@ describe Admin::StatusesController do | |||
| 
 | ||||
|   describe 'GET #show' do | ||||
|     before do | ||||
|       status.media_attachments << Fabricate(:media_attachment, type: :image, account: status.account) | ||||
|       status.save! | ||||
|       status.snapshot!(at_time: status.created_at, rate_limit: false) | ||||
|       status.update!(text: 'Hello, this is an edited post') | ||||
|       status.snapshot!(rate_limit: false) | ||||
|       get :show, params: { account_id: account.id, id: status.id } | ||||
|     end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue