Commit bf55d3a
Rob
fix(telegram): persist healed in-place editing state to disk
The in-memory migration fixed refreshInPlaceEnabled=true but never persisted
to disk. This caused the migration to re-run on every app load, and meant
the healed state was lost on app restart.
Now: if any destination has settingsVersion==1 (PR #45 marker), we re-save
immediately after load. This persists the healing permanently and prevents
the migration from re-running indefinitely.1 parent 013b466 commit bf55d3a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
250 | 256 | | |
251 | 257 | | |
252 | 258 | | |
| |||
0 commit comments