Commit 3de0976
fix(sync): Don't spread stale metadata when pulling commit from remote
When pulling commit metadata from remote, only set the commit field
rather than spreading parent.metadata. The stale integration metadata
in parent.metadata would overwrite fresh state from result.metadata
in saveMetadata, reverting issue state changes.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent d97cdde commit 3de0976
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| 335 | + | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | | - | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
363 | 364 | | |
364 | 365 | | |
365 | 366 | | |
366 | | - | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
0 commit comments