UX: shorter copy link confirmation ()

This commit is contained in:
Joffrey JAFFEUX 2023-11-15 11:30:27 +01:00 committed by GitHub
parent f72899401d
commit ee2e1e04a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -268,7 +268,7 @@ export default class ChatMessageInteractor {
url = url.indexOf("/") === 0 ? protocol + "//" + host + url : url;
clipboardCopy(url);
this.toasts.success({
duration: 3000,
duration: 1500,
data: { message: I18n.t("chat.link_copied") },
});
}