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:
parent
cef1fd55b2
commit
eae690f3ef
2 changed files with 12 additions and 1 deletions
|
@ -1524,6 +1524,7 @@ export default createReactClass({
|
|||
icon: "verification",
|
||||
props: {request},
|
||||
component: sdk.getComponent("toasts.VerificationRequestToast"),
|
||||
priority: ToastStore.PRIORITY_REALTIME,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue