This commit is contained in:
Kevin Jahns
2020-01-22 16:42:16 +01:00
parent ac8dab1e88
commit 6cd9e2be32
32 changed files with 910 additions and 574 deletions

View File

@@ -67,6 +67,7 @@ export class PermanentUserData {
// add intial data
users.forEach(initUser)
}
/**
* @param {Doc} doc
* @param {number} clientid
@@ -116,6 +117,7 @@ export class PermanentUserData {
})
})
}
/**
* @param {number} clientid
* @return {any}
@@ -123,6 +125,7 @@ export class PermanentUserData {
getUserByClientId (clientid) {
return this.clients.get(clientid) || null
}
/**
* @param {ID} id
* @return {string | null}