Merge branch 'master' into develop

This commit is contained in:
syuilo 2018-09-09 02:46:54 +09:00
commit 424625846e
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 1 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "8.33.0",
"version": "8.33.1",
"clientVersion": "1.0.9497",
"codename": "nighthike",
"main": "./built/index.js",

View File

@ -21,16 +21,6 @@ Note.createIndex('_files.contentType');
Note.createIndex({
createdAt: -1
});
// 後方互換性のため
Note.update({}, {
$rename: {
mediaIds: 'fileIds'
}
}, {
multi: true
});
export default Note;
export function isValidText(text: string): boolean {