Merge remote-tracking branch 'misskey-dev/develop' into io

This commit is contained in:
まっちゃとーにゅ 2024-03-15 13:08:54 +09:00
commit acab2bfc72
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
83 changed files with 1149 additions and 173 deletions

View file

@ -474,7 +474,7 @@ describe('Note', () => {
priority: 0,
value: true,
},
},
} as FIXME,
}, alice);
assert.strictEqual(res.status, 200);
@ -787,7 +787,7 @@ describe('Note', () => {
priority: 1,
value: 0,
},
},
} as FIXME,
}, alice);
assert.strictEqual(res.status, 200);
@ -841,7 +841,7 @@ describe('Note', () => {
priority: 1,
value: 0,
},
},
} as FIXME,
}, alice);
assert.strictEqual(res.status, 200);
@ -897,7 +897,7 @@ describe('Note', () => {
priority: 1,
value: 1,
},
},
} as FIXME,
}, alice);
assert.strictEqual(res.status, 200);