[Client] Fix #2764
This commit is contained in:
		@@ -26,9 +26,14 @@ export default Vue.extend({
 | 
			
		||||
		};
 | 
			
		||||
	},
 | 
			
		||||
	mounted() {
 | 
			
		||||
		const image = [
 | 
			
		||||
			'image/jpeg',
 | 
			
		||||
			'image/png',
 | 
			
		||||
			'image/gif'
 | 
			
		||||
		];
 | 
			
		||||
		this.$root.api('users/notes', {
 | 
			
		||||
			userId: this.user.id,
 | 
			
		||||
			withFiles: true,
 | 
			
		||||
			fileType: image,
 | 
			
		||||
			limit: 6,
 | 
			
		||||
			untilDate: new Date().getTime() + 1000 * 86400 * 365
 | 
			
		||||
		}).then(notes => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user