From 4dd3cd59ac2469aa1dd592f1608f901d8b9ef8e0 Mon Sep 17 00:00:00 2001 From: Natty Date: Fri, 12 Jan 2024 23:44:12 +0100 Subject: [PATCH] Renote resolve depth 2 for renotes of quote notes --- ext_calckey_model/src/note_model/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_calckey_model/src/note_model/mod.rs b/ext_calckey_model/src/note_model/mod.rs index dd9e2d2..98a8cc8 100644 --- a/ext_calckey_model/src/note_model/mod.rs +++ b/ext_calckey_model/src/note_model/mod.rs @@ -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, );