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

@@ -50,6 +50,8 @@ class Connection {
this.docSet = new Automerge.DocSet()
this.connect()
return this
}
sendData = (data: any) => {