mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 23:15:47 +02:00
RP --> RN
This commit is contained in:
@@ -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: ...';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user