forked from FoundKeyGang/FoundKey
Add todo
This commit is contained in:
parent
f640a8fd5b
commit
bc06c66407
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ export default async function createNote(resolver: Resolver, actor: IRemoteUser,
|
|||
const inReplyTo = await resolver.resolve(note.inReplyTo) as any;
|
||||
const actor = await resolvePerson(inReplyTo.attributedTo);
|
||||
if (isRemoteUser(actor)) {
|
||||
// TODO: silentを常にtrueにしてはならない
|
||||
reply = await createNote(resolver, actor, inReplyTo);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue