Skip to content

Implement message deletion handling in chat components - #86

Merged
mjkatgithub merged 1 commit into
developfrom
bug/deleted-message-tombstone
May 17, 2026
Merged

Implement message deletion handling in chat components#86
mjkatgithub merged 1 commit into
developfrom
bug/deleted-message-tombstone

Conversation

@mjkatgithub

Copy link
Copy Markdown
Owner
  • Added support for displaying a deleted message tombstone in the chat timeline and thread panel when messages are redacted, replacing the previous misleading decryption failure notice.
  • Updated MessageItem, ChatThreadPanel, and MessageList components to include a new isMessageDeleted property for tracking deleted messages.
  • Enhanced internationalization with new translations for deleted message notifications in useAppI18n.
  • Updated utility functions and chat timeline mapping to properly handle redacted messages and display the appropriate tombstone text.
  • Added integration tests to ensure correct mapping of redacted messages to deleted tombstones in various scenarios.
  • Update CHANGELOG to reflect the new message deletion feature and its components.

- Added support for displaying a deleted message tombstone in the chat timeline and thread panel when messages are redacted, replacing the previous misleading decryption failure notice.
- Updated `MessageItem`, `ChatThreadPanel`, and `MessageList` components to include a new `isMessageDeleted` property for tracking deleted messages.
- Enhanced internationalization with new translations for deleted message notifications in `useAppI18n`.
- Updated utility functions and chat timeline mapping to properly handle redacted messages and display the appropriate tombstone text.
- Added integration tests to ensure correct mapping of redacted messages to deleted tombstones in various scenarios.

* Update CHANGELOG to reflect the new message deletion feature and its components.
@mjkatgithub mjkatgithub linked an issue May 17, 2026 that may be closed by this pull request
10 tasks
@github-project-automation github-project-automation Bot moved this to Backlog in Decentra May 17, 2026
@mjkatgithub
mjkatgithub merged commit 66c3ddb into develop May 17, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Decentra May 17, 2026
@mjkatgithub
mjkatgithub deleted the bug/deleted-message-tombstone branch May 17, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Bug: Show deleted message tombstone instead of decrypt error

1 participant