fix
This commit is contained in:
parent
4002471360
commit
758f1a0b53
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue