Skip to content

v6.2.12

Choose a tag to compare

@github-actions github-actions released this 09 Feb 17:16

Fixed

  • Forum topics always showing same messages — The auto-refresh (every 3s) was fetching messages without the topic_id filter, immediately replacing topic-specific messages with all chat messages. Now properly passes topic_id during refresh.
  • "Deleted Account" shown as group name in forum chats — Clicking a topic passed a minimal object (only id and is_forum) to the message view, causing getChatName() to fall through to "Deleted Account". Now stores and passes the full chat object with title/name fields.

📋 Full changelog: docs/CHANGELOG.md