Commit cd82410
committed
refactor(feeds): clone app_config to avoid borrow issues
The changes clone app_config instances when reading from shared context to prevent potential borrow checker issues and improve thread safety. This pattern is now consistently applied across multiple methods in the feeds update and LLM feature implementations.1 parent da99abc commit cd82410
File tree
3 files changed
+645
-542
lines changed- app
- src-tauri/src/daemon
- src/routes/settings
- crates/feed_api_rs/src/features
3 files changed
+645
-542
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments