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