Files
telegram-tui/src
Mikhail Kilin 0ae8a2fb88 fix: update UI after editing message
Issue: Message edits worked on server (other users saw changes),
but local UI didn't update - edited text wasn't visible.

Root cause: Code was updating individual fields instead of replacing
the whole message, and wasn't triggering UI redraw.

Solution:
- Replace entire message with edited_msg (not individual fields)
- Set needs_redraw = true to trigger UI update
- Remove debug logging

Now edited messages immediately appear in local UI.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-01 00:16:47 +03:00
..
2026-01-31 03:48:50 +03:00
2026-01-30 16:18:16 +03:00
2026-01-31 01:00:43 +03:00
2026-01-31 03:48:50 +03:00
2026-01-31 03:48:50 +03:00
2026-01-31 03:48:50 +03:00
2026-01-30 15:07:13 +03:00