Skip to content

Commit

Permalink
つくる
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Jan 20, 2019
1 parent 20f0c10 commit 0c92458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/remote/activitypub/models/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 0c92458

Please sign in to comment.