read_receipts: Open the help link in a new tab.

This commits improves the read link present inside the read receipts
to open the help page in a new tab.

Fixes: #24778
This commit is contained in:
Palash Baderia 2022-10-11 17:50:27 +05:30 committed by Tim Abbott
parent e136636715
commit d5a12a7348
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export function show_user_list(message_id) {
{
num_of_people: users.length,
"z-link": (content_html) =>
`<a href="/help/read-receipts">${content_html.join(
`<a href="/help/read-receipts" target="_blank" rel="noopener noreferrer">${content_html.join(
"",
)}</a>`,
},