Merge pull request #3859 from matrix-org/dbkr/new_session_toast

Toasts for new, unverified sessions
This commit is contained in:
David Baker 2020-01-17 14:17:22 +00:00 committed by GitHub
commit a525ba57c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 171 additions and 3 deletions

View file

@ -22,7 +22,7 @@ import classNames from "classnames";
export default class ToastContainer extends React.Component {
constructor() {
super();
this.state = {toasts: []};
this.state = {toasts: ToastStore.sharedInstance().getToasts()};
}
componentDidMount() {