Commit 6112df7
committed
Drop unused SyncCrypto dependency from DuckChatSyncDataManager
The encryption hook was injected to wrap the chat title for outgoing
PATCHes, but the title was dropped from the wire payload when rename
sync was deferred to the JWE work. SyncCrypto wraps with the sync
master key — the wrong algorithm for ai_chats titles anyway — so the
follow-up rename work will bring its own primitives. Remove the
constructor param, the test mock, the unused stub, and the orphaned
imports.1 parent 9de2684 commit 6112df7
2 files changed
Lines changed: 0 additions & 7 deletions
File tree
- duckchat/duckchat-impl/src
- main/java/com/duckduckgo/duckchat/impl/sync
- test/java/com/duckduckgo/duckchat/impl/sync
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
65 | | - | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
75 | | - | |
76 | 72 | | |
77 | 73 | | |
78 | 74 | | |
| |||
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
84 | | - | |
85 | 80 | | |
86 | 81 | | |
87 | 82 | | |
| |||
0 commit comments