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