> For the complete documentation index, see [llms.txt](https://support-en.braver.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support-en.braver.net/changelog/1.9/version-1.9.0.md).

# Version 1.9.0

#### 1. New Features

1. Ability to edit a message, with an "edited" indicator
2. Ability to delete a message, with an activity message shown in its place
3. Added "dislike" reaction
4. Indication when a participant has left the discussion
5. Show message edits and deletions in PDF export
6. Ability to set or unset a template for an inbox in the admin app
7. Auto-suggest inboxes matching templates when creating a care channel from a trajectory
8. All organizational users are now available in actor setup

#### 2. Improvements

1. Confirmation required when editing a message to empty content, before deleting it
2. Apply text replacement on the initial message
3. Fixed excerpt shown when the last message of a conversation is removed
4. Reactions are now always displayed in the same order

#### 3. Fixes

1. Fixed offline discussion messages failing to load after being viewed online
2. Fixed taking a photo via the compose toolbar camera icon on iPad failing to attach the image
3. Fixed custom availability schedule preset incorrectly changing to "Weekdays" when the weekend was fully unavailable


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support-en.braver.net/changelog/1.9/version-1.9.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
