Commit 617cfff
fix(emoji): re-resolve custom emojis after a cache clear
Clearing the image cache (Cache slice or full Clear) left the frontend's
url-to-path emoji memos pointing at deleted files, short-circuiting the
re-download forever and rendering broken images until an app restart.
Clearing now drops the memos and rebinds every emoji img on screen, so
they re-download on sight. Binds stash their cache kind so the rebind
lands in the same cache subdir.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent b92b355 commit 617cfff
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
515 | 529 | | |
516 | 530 | | |
517 | 531 | | |
| |||
573 | 587 | | |
574 | 588 | | |
575 | 589 | | |
| 590 | + | |
576 | 591 | | |
577 | 592 | | |
578 | 593 | | |
579 | 594 | | |
580 | 595 | | |
581 | 596 | | |
582 | 597 | | |
583 | | - | |
| 598 | + | |
| 599 | + | |
584 | 600 | | |
| 601 | + | |
585 | 602 | | |
586 | 603 | | |
587 | 604 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1513 | 1513 | | |
1514 | 1514 | | |
1515 | 1515 | | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
1516 | 1519 | | |
1517 | 1520 | | |
1518 | 1521 | | |
| |||
1817 | 1820 | | |
1818 | 1821 | | |
1819 | 1822 | | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
1820 | 1826 | | |
1821 | 1827 | | |
1822 | 1828 | | |
| |||
0 commit comments