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