fix: render reply
This commit is contained in:
parent
af29002d5d
commit
39c20d947c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default async function renderNote(
|
|||
),
|
||||
);
|
||||
|
||||
if (!inReplyToUser) {
|
||||
if (inReplyToUser) {
|
||||
if (inReplyToNote.uri) {
|
||||
inReplyTo = inReplyToNote.uri;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue