1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

use transactionId as key for react

This commit is contained in:
Bruno Windels
2019-12-20 21:31:07 +01:00
parent de1c3e2f83
commit 075e42c076
2 changed files with 2 additions and 2 deletions

View File

@@ -1463,7 +1463,7 @@ export default createReactClass({
dis.dispatch({
action: "show_toast",
toast: {
key: request.event.getId(),
key: request.channel.transactionId,
title: _t("Verification Request"),
icon: "verification",
props: {request},