fix(backend): リノートの評価の順番を変更、isQuote・isQuotePackedの挙動を修正 (MisskeyIO#622)
This commit is contained in:
parent
ba037963e8
commit
dc9a839626
8 changed files with 15 additions and 11 deletions
|
@ -791,7 +791,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
|||
private isQuote(note: Option): note is Option & { renote: MiNote } & (
|
||||
{ text: string } | { cw: string } | { reply: MiNote } | { poll: IPoll } | { files: MiDriveFile[] }
|
||||
) {
|
||||
// NOTE: SYNC WITH misc/is-quote.ts
|
||||
// NOTE: SYNC WITH misc/is-renote.ts
|
||||
return note.renote != null && (
|
||||
note.text != null ||
|
||||
note.reply != null ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue