1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

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