Merge pull request #3859 from matrix-org/dbkr/new_session_toast
Toasts for new, unverified sessions
This commit is contained in:
commit
a525ba57c7
7 changed files with 171 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue