Fix order of attachments (see #269)
This commit is contained in:
		
							parent
							
								
									397f7dda5d
								
							
						
					
					
						commit
						f860d15d39
					
				| @ -16,6 +16,8 @@ class MediaAttachment < ApplicationRecord | |||||||
| 
 | 
 | ||||||
|   validates :account, presence: true |   validates :account, presence: true | ||||||
| 
 | 
 | ||||||
|  |   default_scope { order('id asc') } | ||||||
|  | 
 | ||||||
|   def local? |   def local? | ||||||
|     remote_url.blank? |     remote_url.blank? | ||||||
|   end |   end | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user