Skip to content

Ensure we use the link returned from ServiceControl to retrieve the message body #2002

@johnsimons

Description

@johnsimons

Describe the suggested improvement

In

const response = await useFetchFromServiceControl(`messages/${message.message_id}/body`);
we are constructing a url to retrieve the message body.
We should instead retrieve the body_url from the payload that comes from the REST API.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions