Commit ec068ae
Rob
fix(telegram): restore in-place editing with proper v0→v1 migration
The previous removal of migration logic left existing users stuck with
refreshInPlaceEnabled=false in stored data. Add back the migration to
restore old data (v0) to the original intended default of true,
while preserving v1+ data as-is.
Without this, users see separate messages instead of one bubble being
edited in place (5.4 → 5.3 → 5.7 should be edits, not 4 messages).1 parent 041dfc4 commit ec068ae
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
625 | 630 | | |
626 | 631 | | |
627 | 632 | | |
| |||
0 commit comments