> For the complete documentation index, see [llms.txt](https://docs.developers.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.symphony.com/admin-guide/change-log/client-2.0-apis/archives/client-2.0-20.4.md).

# Client 2.0 - 20.4

* Fixed an issue where tables sent by the [Create Message v4](https://developers.symphony.com/restapi/reference#create-message-v4) API was not being displayed in conversation views.
* Fixed an issue when sending an invalid emoji via API was returning a random emoji instead of displaying the emoji error.
* Fixed an issue with the rendering of tables within modals of forward and reply messages when using the Dark Mode theme.
* Symphony Elements:
  * Fixed an issue that was allowing the copy of the content of `copyProtected` messages.
  * [Person Selector](/bots/messages/overview-of-messageml/symphony-elements-1/person-selector.md) : Fixed an issue where the person avatar was not being displayed on Safari (iOS application).
  * [Buttons](/bots/messages/overview-of-messageml/symphony-elements-1/buttons.md): The behavior of the reset button has changed. Now, the reset button function is to return all the form data to its initial value.
* Extension Apps:
  * Fixed an issue when invoking the [Share](/ext-apps/overview-of-extension-api/extension-api-services/share-service.md) API without setting the `publishedDate` attribute was showing a random date.


---

# 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://docs.developers.symphony.com/admin-guide/change-log/client-2.0-apis/archives/client-2.0-20.4.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.
