forked from mirror/misskey
絵文字
This commit is contained in:
parent
f676feff9f
commit
2b35262f0f
@ -109,7 +109,7 @@ export default async function renderNote(note: INote, dive = true): Promise<any>
|
||||
|
||||
// Provides choices as text for AP
|
||||
if (note.poll != null) {
|
||||
const cs = note.poll.choices.map(c => `${c.id}: ${c.text}`);
|
||||
const cs = note.poll.choices.map(c => `${c.id}\uFE0E: ${c.text}`);
|
||||
apText += '\n';
|
||||
apText += cs.join('\n');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user