feat: add users twice

This commit is contained in:
cudr
2019-10-19 23:14:49 +03:00
parent b025c8d850
commit 20c44d369f
3 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class Room extends Component<RoomProps, RoomState> {
componentDidMount() {
this.addUser()
setTimeout(this.addUser, 10)
}
render() {