Renote resolve depth 2 for renotes of quote notes
This commit is contained in:
parent
13f5ad3672
commit
4dd3cd59ac
|
@ -312,7 +312,7 @@ impl NoteResolver {
|
|||
&mut select,
|
||||
¬e_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,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue