mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Clean up
This commit is contained in:
parent
a3ecc47771
commit
827a02baba
1 changed files with 0 additions and 9 deletions
|
@ -218,15 +218,6 @@ export async function createNote(value: string | IObject, resolver?: Resolver, s
|
||||||
if (note.name) {
|
if (note.name) {
|
||||||
return await tryCreateVote(note.name, poll.choices.findIndex(x => x === note.name));
|
return await tryCreateVote(note.name, poll.choices.findIndex(x => x === note.name));
|
||||||
}
|
}
|
||||||
|
|
||||||
// 後方互換性のため
|
|
||||||
if (text) {
|
|
||||||
const m = text.match(/(\d+)$/);
|
|
||||||
|
|
||||||
if (m) {
|
|
||||||
return await tryCreateVote(m[0], Number(m[1]));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const emojis = await extractEmojis(note.tag || [], actor.host).catch(e => {
|
const emojis = await extractEmojis(note.tag || [], actor.host).catch(e => {
|
||||||
|
|
Loading…
Reference in a new issue