RP --> RN
This commit is contained in:
parent
5d3fe9599b
commit
e0d6f7c7c4
5 changed files with 6 additions and 6 deletions
|
@ -38,9 +38,9 @@ const summarize = (note: any): string => {
|
|||
// Renoteのとき
|
||||
if (note.renoteId) {
|
||||
if (note.renote) {
|
||||
summary += ` RP: ${summarize(note.renote)}`;
|
||||
summary += ` RN: ${summarize(note.renote)}`;
|
||||
} else {
|
||||
summary += ' RP: ...';
|
||||
summary += ' RN: ...';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue