Conversation
This commit adds complete documentation for the new Burn on Read messaging feature based on the Engineering PRs. The documentation covers: Admin Documentation: - System Console settings for enabling/disabling Burn on Read - Default burn duration configuration - User and group permission controls - Enterprise Advanced licensing requirements - Feature flag documentation (MM_FEATUREFLAGS_BURNONREAD) End User Documentation: - How to send burn-on-read messages (web and mobile) - Message lifecycle states (concealed → revealed → expired) - Platform-specific limitations and differences - Explicit warnings about irreversible behavior - Mobile-specific restrictions (no replies, threads, limited actions) Key Features Documented: - Messages remain concealed until recipients reveal them - Automatic expiration after specified burn duration - Irreversible reveal and burn behavior - Action restrictions (no replies, edits, threads) - Enterprise Advanced licensing gating - Server-side enforcement boundaries 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Carrie Warner (Mattermost) <cwarnermm@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA 187ed14 |
|
Newest code from mattermost has been published to preview environment for Git SHA 3d1976b |
|
Newest code from mattermost has been published to preview environment for Git SHA 7543343 |
|
@BillAnderson304 - Do we want to publish burn on read details targeted at risk assessors in the Security Guide? |
pvev
left a comment
There was a problem hiding this comment.
thanks @cwarnermm , some questions and request:
- we need to explicitly mention this needs enterprise advance license.
- the docs say the feature flag must be manually enabled, but it is already enabled by default. The note should be clarified this is only needed if its explicitly disabled.
|
Newest code from mattermost has been published to preview environment for Git SHA 8dcbfef |
|
Newest code from mattermost has been published to preview environment for Git SHA cd6a92e |
|
Newest code from mattermost has been published to preview environment for Git SHA e7e5b5b |
|
Newest code from mattermost has been published to preview environment for Git SHA be98229 |
|
Newest code from mattermost has been published to preview environment for Git SHA e72fb64 |
| :description: Controls whether users can send burn-on-read messages. Default is **false**. | ||
|
|
||
| - **true**: Users can send burn-on-read messages in channels, direct messages, and group messages. | ||
| - **false**: **(Default)** The option to send a burn-on-read message isn't available. |
There was a problem hiding this comment.
Can we add that disabling the feature doesn't affect existing BoR messages? Receipts can still reveal and burn them.
|
|
||
| .. tab:: Mobile | ||
|
|
||
| 1. Tap the message field and type your message. |
There was a problem hiding this comment.
The option to create burn on read messages is not available on mobile as of v11.3 release. Users can, however, receive and interact with bor messages.
|
Newest code from mattermost has been published to preview environment for Git SHA 6a1e99d |
|
Newest code from mattermost has been published to preview environment for Git SHA 0104fc4 |
Add complete documentation for the new Burn on Read messaging feature based on Engineering PRs.
This PR includes:
Admin Documentation:
End User Documentation:
Addresses issue #8631
Generated with Claude Code