Merge pull request #4262 from matrix-org/dbkr/priority_toasts
Always display verification request toasts on top
This commit is contained in:
commit
99f12a695d
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