♻️(backend) include sub documents in the favorite_list route

The favorite_list route was returning all the favorite with depth=0. We
also want to see favorited document with a depth > 0
This commit is contained in:
Anthony LC
2026-01-14 10:02:33 +01:00
parent f81db395ef
commit dd02b9d940
3 changed files with 50 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to
- ✅(e2e) fix e2e test for other browsers #1799
- 🐛(frontend) add fallback for unsupported Blocknote languages #1810
- 🐛(frontend) fix emojipicker closing in tree #1808
- 🐛(frontend) display children in favorite #1782
### Changed