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 () => {
const renoteId = urlParams.get('replyId');
const renoteUri = urlParams.get('replyUri');
const renoteId = urlParams.get('renoteId');
const renoteUri = urlParams.get('renoteUri');
if (renoteId) {
this.renote = await os.api('notes/show', {
noteId: renoteId