1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Always display verification request toasts on top

As they're interactive and time-sensitive.

Fixes https://github.com/vector-im/riot-web/issues/12141
This commit is contained in:
David Baker
2020-03-23 15:52:59 +00:00
parent cef1fd55b2
commit eae690f3ef
2 changed files with 12 additions and 1 deletions

View File

@ -1524,6 +1524,7 @@ export default createReactClass({
icon: "verification",
props: {request},
component: sdk.getComponent("toasts.VerificationRequestToast"),
priority: ToastStore.PRIORITY_REALTIME,
});
}
});