client/posts: fix mass tag not sending version
This commit is contained in:
		
							parent
							
								
									79b3973f9e
								
							
						
					
					
						commit
						46435182f6
					
				@ -11,7 +11,7 @@ const PostsPageView = require('../views/posts_page_view.js');
 | 
			
		||||
 | 
			
		||||
const fields = [
 | 
			
		||||
    'id', 'thumbnailUrl', 'type',
 | 
			
		||||
    'score', 'favoriteCount', 'commentCount', 'tags'];
 | 
			
		||||
    'score', 'favoriteCount', 'commentCount', 'tags', 'version'];
 | 
			
		||||
 | 
			
		||||
class PostListController {
 | 
			
		||||
    constructor(ctx) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user