Renote resolve depth 2 for renotes of quote notes

This commit is contained in:
Natty 2024-01-12 23:44:12 +01:00
parent 13f5ad3672
commit 4dd3cd59ac
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ impl NoteResolver {
&mut select,
&note_tbl,
options.with_reply_target.then_some(1).unwrap_or_default(),
options.with_renote_target.then_some(1).unwrap_or_default(),
options.with_renote_target.then_some(2).unwrap_or_default(),
options,
&self.user_resolver,
);