[feature] add List object

This commit is contained in:
Janis
2022-10-25 18:45:15 +02:00
parent 1315c39ae1
commit d599e5d8ab
6 changed files with 61 additions and 51 deletions

View File

@@ -21,9 +21,7 @@ function parseClientInfos(clientInfos) {
result.push(
new Client(
e.id,
channels.filter((obj) => {
return obj.id === e.channelId;
})[0],
channelList.getById(e.channelId),
e.properties.nickname,
e.properties.inputMuted,
e.properties.outputMuted