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},