Merge pull request #4262 from matrix-org/dbkr/priority_toasts

Always display verification request toasts on top
This commit is contained in:
David Baker 2020-03-24 09:51:35 +00:00 committed by GitHub
commit 99f12a695d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
});
}
});