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",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "8.33.0",
|
||||
"version": "8.33.1",
|
||||
"clientVersion": "1.0.9497",
|
||||
"codename": "nighthike",
|
||||
"main": "./built/index.js",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue