8.33.1
This commit is contained in:
		
							parent
							
								
									408118a1e8
								
							
						
					
					
						commit
						0790dd7a2c
					
				
					 2 changed files with 1 additions and 11 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"name": "misskey",
 | 
						"name": "misskey",
 | 
				
			||||||
	"author": "syuilo <i@syuilo.com>",
 | 
						"author": "syuilo <i@syuilo.com>",
 | 
				
			||||||
	"version": "8.33.0",
 | 
						"version": "8.33.1",
 | 
				
			||||||
	"clientVersion": "1.0.9497",
 | 
						"clientVersion": "1.0.9497",
 | 
				
			||||||
	"codename": "nighthike",
 | 
						"codename": "nighthike",
 | 
				
			||||||
	"main": "./built/index.js",
 | 
						"main": "./built/index.js",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,16 +21,6 @@ Note.createIndex('_files.contentType');
 | 
				
			||||||
Note.createIndex({
 | 
					Note.createIndex({
 | 
				
			||||||
	createdAt: -1
 | 
						createdAt: -1
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					 | 
				
			||||||
// 後方互換性のため
 | 
					 | 
				
			||||||
Note.update({}, {
 | 
					 | 
				
			||||||
	$rename: {
 | 
					 | 
				
			||||||
		mediaIds: 'fileIds'
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}, {
 | 
					 | 
				
			||||||
	multi: true
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
export default Note;
 | 
					export default Note;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function isValidText(text: string): boolean {
 | 
					export function isValidText(text: string): boolean {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue