1
0
forked from mirror/misskey

リモートで投票を見る

This commit is contained in:
mei23 2019-01-21 04:58:01 +09:00
parent 476bfbe24e
commit 64ff61ce37

View File

@ -99,7 +99,7 @@ export default async function renderNote(note: INote, dive = true): Promise<any>
if (text == null) text = '';
const url = `${config.url}/notes/${note._id}`;
// TODO: i18n
text += `\n\n[投票を見る](${url})`;
text += `\n\n[リモートで投票を見る](${url})`;
question = `${config.url}/questions/${note._id}`;
}