つくる

This commit is contained in:
mei23 2019-01-21 04:19:00 +09:00
parent 20f0c1008b
commit 0c92458866

View file

@ -116,7 +116,6 @@ export async function createNote(value: any, resolver?: Resolver, silent = false
if (reply && reply.poll && text != null && text.match(/^[0-9]$/)) {
log(`vote from AP: actor=${actor.username}@${actor.host}, note=${note.id}, choice=${text}`);
await vote(actor, reply, Number(text));
return null;
}
const emojis = await extractEmojis(note.tag, actor.host).catch(e => {