This commit is contained in:
tamaina 2021-02-13 02:24:44 +09:00
parent 4002471360
commit 758f1a0b53
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ export default defineComponent({
} }
} }
})(),(async () => { })(),(async () => {
const renoteId = urlParams.get('replyId'); const renoteId = urlParams.get('renoteId');
const renoteUri = urlParams.get('replyUri'); const renoteUri = urlParams.get('renoteUri');
if (renoteId) { if (renoteId) {
this.renote = await os.api('notes/show', { this.renote = await os.api('notes/show', {
noteId: renoteId noteId: renoteId