You've already forked matrix-react-sdk
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:
@ -1524,6 +1524,7 @@ export default createReactClass({
|
||||
icon: "verification",
|
||||
props: {request},
|
||||
component: sdk.getComponent("toasts.VerificationRequestToast"),
|
||||
priority: ToastStore.PRIORITY_REALTIME,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user