forked from FoundKeyGang/FoundKey
parent
e58c940d6f
commit
0230f819e2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default async function renderNote(note: Note, dive = true, isTalk = false
|
|||
if (inReplyToNote != null) {
|
||||
const inReplyToUserExists = await Users.countBy({ id: inReplyToNote.userId });
|
||||
|
||||
if (!inReplyToUserExists) {
|
||||
if (inReplyToUserExists) {
|
||||
if (inReplyToNote.uri) {
|
||||
inReplyTo = inReplyToNote.uri;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue