Send original URL for quote (#3668)

This commit is contained in:
MeiMei 2018-12-19 05:07:54 +09:00 committed by syuilo
parent 0fed33bfdb
commit 5417e40f59

View file

@ -102,10 +102,9 @@ export default async function renderNote(note: INote, dive = true): Promise<any>
let apText = text;
if (note.renoteId != null) {
if (quote) {
if (apText == null) apText = '';
const url = `${config.url}/notes/${note.renoteId}`;
apText += `\n\nRE: ${url}`;
apText += `\n\nRE: ${quote}`;
}
const summary = note.cw === '' ? String.fromCharCode(0x200B) : note.cw;