fix: render reply

This commit is contained in:
Namekuji 2023-09-06 04:52:00 -04:00
parent af29002d5d
commit 39c20d947c
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -60,7 +60,7 @@ export default async function renderNote(
),
);
if (!inReplyToUser) {
if (inReplyToUser) {
if (inReplyToNote.uri) {
inReplyTo = inReplyToNote.uri;
} else {