Add todo
This commit is contained in:
parent
c77013ab3e
commit
81d19195cf
@ -40,6 +40,7 @@ export default async function createNote(resolver: Resolver, actor: IRemoteUser,
|
||||
const media = [];
|
||||
if ('attachment' in note && note.attachment != null) {
|
||||
// TODO: attachmentは必ずしもImageではない
|
||||
// TODO: attachmentは必ずしも配列ではない
|
||||
// TODO: ループの中でawaitはすべきでない
|
||||
note.attachment.forEach(async media => {
|
||||
const created = await createImage(resolver, note.actor, media);
|
||||
|
Loading…
Reference in New Issue
Block a user